astrodestino
IS-IT--Management
Hi!
I got this table:
and I would like to change the table background color and text color on mouse over.
I want to set the table background color to #ffffff and the text to #000000.
I tryed applying CSS and that kind of stuff but I cant get it right.
Is there anyway I can do it?
Tnx!
I got this table:
Code:
<table width="10%" border="0">
<tr>
<td><font color="#CCCCCC">TEXT</font></td>
</tr>
</table>
I want to set the table background color to #ffffff and the text to #000000.
I tryed applying CSS and that kind of stuff but I cant get it right.
Is there anyway I can do it?
Tnx!