Ok, like I promised here is a temporary solution, find this:
Code:
<td bgcolor="#ffffff" height="30">
<table border="0" cellpadding="0" cellspacing="0" width="190">
<tbody><tr>
<td width="4"> </td>
<td background="index.php_files/stp2.png" width="6" height="29"> </td>
<td background="index.php_files/stp1.png" width="162"><span id="topbar">Popular Products</span></td>
<td background="index.php_files/stp3.png" width="10"> </td>
<td width="8"> </td>
</tr>
</tbody></table>
and change it to this:
Code:
<td bgcolor="#ffffff" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="190">
<tbody><tr>
<td width="4"> </td>
<td background="index.php_files/stp2.png" width="6" height="29"> </td>
<td background="index.php_files/stp1.png" width="162"><span id="topbar">Popular Products</span></td>
<td background="index.php_files/stp3.png" width="10"> </td>
<td width="8"> </td>
</tr>
</tbody></table>
Not very semantic but should do it for now.
Good luck!
Bookmarks