View Full Version : Tables


bubsbud
03-22-2003, 02:29 AM
Can you change the font in a table? Please help!

.:Margaret:.

Alcy
03-22-2003, 02:34 AM
The same way you change the font on your page ^_^

<table>
<tr>

<td>
<font face=verdana>TEXT</font>
</td>

</tr>
</table>