wide e-mail messages

C

Chuck Davis

I am a subscriber to the Microsoft FrontPage Insider newsletter. When it
arrives in Outlook 2003, the message must be scrolled side to side due to
the table width being set to 752 pixels. Can I force this to be closer to
675 in width on arrival?
This is the source:
<TABLE id=table1
style="BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid;
BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid"
cellSpacing=0 cellPadding=0 width=752 align=left bgColor=white border=0>
 
B

Brian Tillman

Chuck Davis said:
I am a subscriber to the Microsoft FrontPage Insider newsletter. When
it arrives in Outlook 2003, the message must be scrolled side to side
due to the table width being set to 752 pixels. Can I force this to
be closer to 675 in width on arrival?
This is the source:
<TABLE id=table1
style="BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid;
BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid"
cellSpacing=0 cellPadding=0 width=752 align=left bgColor=white
border=0>

I don't know any way to force Outlook (which is using some of the IE
routines for rendering, I believe) to ignore the HTML rendering it's being
told to follow.
 

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