[thelist] Footer problems (with tables)

david.landy at somerfield.co.uk david.landy at somerfield.co.uk
Wed Apr 28 09:14:53 CDT 2004


Hi Jen,

Good question! I don't have Safari so can't test this, but you might want to
try this -  I've replaced the nested table with colspans, and removed the
repeated height specifiers in th and td elements:

<table width="100%" border="0" cellspacing="0" cellpadding="0"
height="100%">

<tr height="75">
<th colspan=3 bgcolor="#9f9f9f">header</td>
</tr>

<tr>
<td valign="top" bgcolor="#dedede" width="185">side</td>
<td valign="top">middle</td>
<td valign="top" bgcolor="#dedede">side</td>
</tr>

<tr height="5%">
<td colspan=3 bgcolor="#9f9f9f">footer</td>
</tr>

</table>

If you want to get fancy you could use <thead> and <tfoot> elements to
specify your header and footer sections.

HTH 

David

-- 
 
If you are not the intended recipient of this e-mail, please preserve the
confidentiality of it and advise the sender immediately of any error in
transmission. Any disclosure, copying, distribution or action taken, or
omitted to be taken, by an unauthorised recipient in reliance upon the
contents of this e-mail is prohibited. Somerfield cannot accept liability
for any damage which you may sustain as a result of software viruses so
please carry out your own virus checks before opening an attachment. In
replying to this e-mail you are granting the right for that reply to be
forwarded to any other individual within the business and also to be read by
others. Any views expressed by an individual within this message do not
necessarily reflect the views of Somerfield.  Somerfield reserves the right
to intercept, monitor and record communications for lawful business
purposes.


More information about the thelist mailing list