hi,
I want to put the text in the very centre of its background.
see this image
The CSS code is
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<data name="OverCSS">
p{
margin:0;
color: #FFFFFF;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
text-align: center;
}
</data>
<data name="ActiveCSS">
p{ margin-top:0;
color: #FFFFFF;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
text-align: center;
}
</data>
<data name="NormalCSS">
p{ margin:0;
color: #FFFFFF;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
text-align: center;
}
</data>
|
What should I add to put in the vertical middle ?
(I tried a lot of combinations, but no success..)
cheers,
=servaas=