Posted by qbert on 08/15/07 10:06
I am using this stylesheet :
* {font-family:verdana;font-size:15px}
#ta{font-size:30px;color:red}
With the #ta class i want to make my table's text look red and big.
<table id="ta">...
Bad thing: only the red color shows up, font-size stays as defined in
*
What am i doing wrong?
Thanks,
Karl
Navigation:
[Reply to this message]
|