PDA

View Full Version : HTML Tags?


Ricky B
10-10-2007, 03:28 PM
Hi, Does anyone know how to change the font size, color and face in an Html table. Can you please tell me how.

The page is located here..just scroll down to the bottom to the table
http://cid-3228087eca1303e3.skydrive.live.com/self.aspx/HTML%20PAGES/Project.html

BTW...if it works i always give best answers for my questions

Arundhati Bakshi
10-10-2007, 03:28 PM
<table border=1>

<tr><td>
<font face="Arial">test 1</font>
</td></tr>

<tr><td>
<font face="Arial">test 2</font>
</td></tr>

<tr><td>
<font face="Arial">test 3</font>
</td></tr>

<tr><td>
<font face="Arial">test 4</font>
</td></tr>

</table>