Forum Moderators: open
<td class=""></td>
example BBC News UK Edition
<!-- start bbc toolbar -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="tbsh" colspan="2"><a href="#startcontent"><img src="http://newsimg.bbc.co.uk/shared/img/o.gif" width="590" height="2" alt="Skip to main content" title="" border="0" /></a></td>
<td class="tbsh"><a href="/text_only.stm"><img src="http://newsimg.bbc.co.uk/shared/img/o.gif" width="1" height="2" alt="Text Only version of this page" title="" border="0" /></a></td>
</tr>
Take a look at the right column links.
<td class="whatever">...</td> is just an example of what can be done. Classes can be aplied to just about anything. In fact, you don't even need to use <td> tags anymore, thanks to CSS. CSS allows tou to replace <table> <td> <tr> etc., but tables do still have their place.