Thread: css question
View Single Post
Old 12-07-2004, 08:02 AM  
Zester
Confirmed User
 
Zester's Avatar
 
Industry Role:
Join Date: Jul 2003
Posts: 5,344
css question

what is the CSS equivalent to "align=center" in HTML ?
e.g:
<td align="center">mytext</td>


isn't this it?
<td style="text-align: center">mytext</td>

or this:
<td style="align: center">mytext</td>


?
__________________
* Mainstream ? $65 per sale
* new male contraception
Zester is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote