wide e-mail messages

  • Thread starter Thread starter Chuck Davis
  • Start date Start date
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>
 
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.
 
Back
Top