1.

Solve : table help?

Answer»

how to do change the font size and color inside of a table I tried using font color="green" DEFINED it in the table head its not working what do I NEED? Using HTMLCheck out this link it should help you with tables:
http://www.htmlgoodies.com/tutorials/tables/article.php/3479811Try this:

Code: [Select]<table border="0">
<TR>
<td>
<font color="green">This is green.</font>
</td>
</tr>
</table>
I think it would be better to use CSS. call class or define.
please visit some urls
1. tizag.com
2. w3c.org
3. w3schools.comw3schools.com website is very very useful for beginners, you just CHECK out it in HTML link



Discussion

No Comment Found