hi, i want to have a template table so that when i make a new table i just define this new table with a class=mytablecss and i want it to inherit the properties of a table defined in my css file. and i want to have a different background image for each and every td.
example is:
<table class="mytablecss">
<tr><td> 1 </td></tr>
<tr><td> 2 </td></tr>
<tr><td> 3 </td></tr>
</table>
how do i define this table in css?
thanks
example is:
<table class="mytablecss">
<tr><td> 1 </td></tr>
<tr><td> 2 </td></tr>
<tr><td> 3 </td></tr>
</table>
how do i define this table in css?
thanks