Hi there.
I am trying to change the header on the store I am building. I seem to be getting odd behaviour with the table I built to replace the header.
I am either getting a small space underneath the logo, or the 80px cell is becoming 82px magically. I have tried the tips in the knowledge base regarding cleaning up of the logoimage template, to no avail I am afraid.
I have included the code to the table below, which sits in the top cell (full width) of my store. When in its own document or in the template in dreaweaver it works fine, however when I view it in Actinic or do an Offline page preview it mysteriously gains a space!
Hopefully someone will be of help with this.
Thanks.
Dougal.
I am trying to change the header on the store I am building. I seem to be getting odd behaviour with the table I built to replace the header.
I am either getting a small space underneath the logo, or the 80px cell is becoming 82px magically. I have tried the tips in the knowledge base regarding cleaning up of the logoimage template, to no avail I am afraid.
I have included the code to the table below, which sits in the top cell (full width) of my store. When in its own document or in the template in dreaweaver it works fine, however when I view it in Actinic or do an Offline page preview it mysteriously gains a space!
Code:
<table width="100%" height="100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="100" height="100" rowspan="2"> NETQUOTEVAR:LOGOIMAGE </td> <td bgcolor="#006699" height="80"> <!-- Space for banner etc --> </td> </tr> <tr> <td bgcolor="#99CCFF" height="20"> <!--space for additional menu items --> </td> </tr> <tr> <td height="2" colspan="2"> <!--Spacer below everything--> </td> </tr> </table>
Thanks.
Dougal.
Comment