Html table doesnt show

Hi All

This is a question about html

We are unable to get the following

html code to show up in a lotus notes 6.5 client

— html code ---------

  <td width="100" height="200" align="left" valign="top" background="http://www.anders-kern.nl/mailing/layout/8grmenu.gif"> 

— end html code ---------

The gif file simple doesn’t show in the client

it gives no red box, there is something there but it’s not visible.

If we use the webmail client it works fine.

If we mail it to any other program it works fine

for example (outlook or groupwise)…

The lotus notes client somehow has trouble with this pieace of html code

What am i doing wrong?

Please help…!

Thank you

Hans

Subject: HTML TABLE DOESNT SHOW

Your table doesn’t conform to the HTML standard. It is missing tags and is missing the closing tag. It should be:<TABLE…>

Subject: RE: HTML TABLE DOESNT SHOW

okay so i modified it like this

But that still doesn’t work,

still shows up in webmail tho.

What can I try next?

thanks

Hans

Subject: RE: HTML TABLE DOESNT SHOW

The Web browser client built into the Notes client is known to be weird.

Here’s one more thing to try. Technically, your table cell has no content, and the Notes browser may be refusing to display it. Try adding a non-breaking space between the cell tags:

 

If that doesn’t work, I’m out of ideas.