View Full Version : Changing Font in Tables


bubsbud
03-27-2003, 11:30 PM
Can you change the font color and style in tabes? Please help me, my page is consistent in all but one place-thats the table... It would look alot better if it was also consisten. =(

zangerbanger
03-27-2003, 11:33 PM
Put this into your head section:

<style type="text/css">
<!--
TD{
font-family: (your font);
font-size: (size of font);
color: (color of font);
text-decoration: (underline? overline? nothing?);
font-weight: (bold? italics?);}
-->
</style>

Your font should stay consistent in tables after that. Hope it helps!

bubsbud
03-27-2003, 11:43 PM
That works! Thanks so much. = )

zangerbanger
03-27-2003, 11:47 PM
Your welcome! :)