I wanted a table in the footer with full category links. I hardcoded this, my php editor let me put an html table in the tpl_footer.php. It looks alright, but I'm a bit doubtful thats the right way to go about it. I have put this in the tpl_footer.php

<!--bof-quicklinks display -->
<div id="quicklinks">
<table width="100%" cellspacing="0" cellpadding="0" align="left">
<tr>...etc...etc

I'm just wondering about this as although it looks as it is meant too, I am trying to colour the background in css stylesheet and the div will only apply to the first row.