Tables And Notes &

G

Guest

Hi i send out an html newsletter which i build in Front page using a table
layout with the table hidden , this workd really well as a lay out . but my
customer who use to Lotus notes 7 , recive the email surrounded by blackened
table outlines (even though the table is sent with hided/no colour borders )
in Notes 5 and notes 6 the table is not visable .

how do i make my table format compatable for Notes 7
PS all my customers are Lotus Notes users the email/ newsletter is not read
by outlook users.
Thanks
Helen
 
G

Guest

Hi Murray,
My tables are set to border none , the colour set to none ... this is fine
when viewed in Lotus notes 5 & 6 but in Lotus notes 7 the reader sees all
the boarders still....

my code looks like this
<TABLE cellSpacing=0 cellPadding=0
border=0 id="table"><!-- MSTableType="nolayout" -->
<TR>
<TD class=normal
style="BORDER-RIGHT:none; BORDER-TOP:none; BORDER-LEFT:none;
BORDER-BOTTOM:none"
align=right colSpan=3 height=58><!-- MSCellType="ContentHead" -->
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=left><IMG
height=32
src="issue 36 november
2006_files/lotus_notes_header_enlarged.jpg"
width=755 border=0></P>
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=left><FONT
 
T

Thomas A. Rowe

Have you contacted the author of Lotus Notes?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
M

Murray

the reader sees all the boarders still....

Tell them to hold fire until they can see the white of their eyes.

<TABLE cellSpacing="0" cellPadding="0" border="0" id="table">

(attribute values should be in quotes)

I don't know Notes at all. But if this doesn't work, I'd say you have done
everything you could do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top