| news individual 2003-12-21, 11:48 pm |
|
"Vancer" <vgr@[NO SPAM]vhsholdings.com> wrote in message
news:U_zEb.4731$C71.817@news-binary.blueyonder.co.uk...quote:
> I am having trouble vertically positioning text in a simple table layout
> using background css images.
>
> I need the Page1 , Page2 text to be vertically centred within the table
> cell.
>
> See the source code for the embedded styles.
>
> Please visit: http://www.theinternetgolfclub.com/css.html
>
> Thank in advance.
> email vgr at theinternetgolfclub .com - remove spaces & replace at with @
>
The styles are not all there in the url you quote. Where is the .menu class
defined?
There's no point doing <td width="82" name=welcome" height="20"><a
href="welcome.asp" class="menu">Page 1</a></td>
if you haven't defined the class
..class [
vertical-align:middle;
]
Remember not all browsers support this feature.
Jools
|