View Full Version : tables help


PrezOfCTSA
01-25-2003, 07:31 PM
what's the code to center text in a table? here is an example: http://www.superpopstars.com/~dsld/left.html i want my text and links to be centered.

epolady
01-25-2003, 07:38 PM
<table...>
<tr>
<td valign="top" align="center">
.......

</td></tr></table>

lilchici13
01-25-2003, 07:43 PM
Right before the text put <center> and the after it put </center>