J
John Sutter
I have a list of orders in a html table. Each order is a link and it's
contained in a td. I would like to format the text displayed using css.
Where should I put the css class name? In the TD tag or in the font tag or
somewhere better?
For example:
..... <TD class="ordertext"><a href=...>Order #1</a> </td>
or
.... <TD><font class="ordertext"><a href=...>Order #1</a></font> </td>
or
??
John
contained in a td. I would like to format the text displayed using css.
Where should I put the css class name? In the TD tag or in the font tag or
somewhere better?
For example:
..... <TD class="ordertext"><a href=...>Order #1</a> </td>
or
.... <TD><font class="ordertext"><a href=...>Order #1</a></font> </td>
or
??
John