How can I simplify the code below:
And still have it viewable in fifth generation browsers?HTML Code:<div id="categories">
<table width="174" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="images/infobox/box_top_green.jpg" width="174" height="26" alt="" /></td>
</tr>
<tr>
<td colspan="3" background="images/infobox/box_head_green.jpg" align="center" class="infoBoxHeadingLeft" height="17">Shop Online</td>
</tr>
<tr>
<td width="11" valign="top" background="images/infobox/box_left_bg.jpg"><img src="images/infobox/box_left_top.jpg" width="11" height="44" alt="" /></td>
<td rowspan="2" width="152" valign="top" class="infoBox">
<img src="images/pixel_trans.gif" border="0" alt="" width="152" height="1" />
<p><a href="index.php?cPath=1"><span class="title">Herbs & Spices</span></a><br />The finest quality herbs and spices at realistic prices.</p>
<p><a href="index.php?cPath=2"><span class="title">Natural Teas</span></a><br />We search the world for the finest teas and infusions to offer you.</p>
<p><a href="index.php?cPath=3"><span class="title">Handmade Incense</span></a><br />Incenses blended from our own ingredients within ritual space</p>
<p><a href="index.php?cPath=4"><span class="title">Incense Resins</span></a><br />Resins from the easily attainable to the rare and exotic.</p>
<p><a href="index.php?cPath=5"><span class="title">Aromatherapy Oils</span></a><br />Essential and Fragrance oils of the highest quality from around the world.</p>
<p><a href="index.php?cPath=6"><span class="title">Bath and Beauty</span></a><br />All Natural, Herbal solutions to Bath and Beauty</p>
<p><a href="index.php?cPath=7"><span class="title">Tarot</span></a><br />Tarot Decks and Boxes from the common to the ornate</p>
<p><a href="index.php?cPath=8"><span class="title">Ritual Tools</span></a><br />Ritual Tools from around the world, many handmade.</p>
<p><a href="http://stores.ebay.com/thewitchesgrove" target="ebay"><span class="title">Current Auctions</span></a><br />Check out our current auctions on eBay</p>
<!-- <p><span class="title">Medicinal Teas</span><br />Coming Soon!</p>
<p><span class="title">Herbal Tinctures</span><br />Coming Soon!</p>
<p><span class="title">Badger Balms</span><br />Coming Soon!</p> -->
<img src="images/pixel_trans.gif" border="0" alt="" width="152" height="1" /></td>
</td>
<td width="11" valign="top" background="images/infobox/box_right_bg.jpg"><img src="images/infobox/box_right_top.jpg" width="11" height="44" alt="" /></td>
</tr>
<tr>
<td width="11" valign="bottom" background="images/infobox/box_left_bg.jpg"><img src="images/infobox/box_bottom_left.jpg" width="11" height="27" alt="" /></td>
<td width="11" valign="bottom" background="images/infobox/box_right_bg.jpg"><img src="images/infobox/box_bottom_right.jpg" width="11" height="27" alt="" /></td>
</tr>
<tr>
<td colspan="3"><img src="images/infobox/box_bottom.jpg" width="174" height="36" alt="" /></td>
</tr>
</table>
</div>
