View Single Post
  #3  
Old July 1st 07, 02:51 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
michaeljnc
external usenet poster
 
Posts: 5
Default Help with sending and viewing HTML page

Ron Sommer wrote:
What program are you using to generate the code?
Post some of the code that is causing a problem.


I'm using PSPad. You're probably familiar with it - a free HTML/Text editor.
---------------------------------------------------------------------------------------

html
!-- ================================ BODY ================================ --
body style="margin:.3em .3em; background: #ffe6cc; font: 12pt Verdana, Arial, sans-serif;"
p style="margin:0 0; background-color:#66aaaa; padding:5px 0 1px 0; text-align:center;
border:none; font:normal bold 1em/.9em 'Courier New';"
Message from Michael br /
span style="font: small-caps .65em Arial;"HTML FORMAT/span
/p
p style="width:60%; margin-left:20%; text-align:left"
message text here
/p

!-- the outer table is used to Center the inner table --
!-- ..the only guaranteed method, since div styles may be ignored/removed--
table width="100%" border="0"trtd align="center"

table style="font:.9em sans-serif; width:480px; margin-bottom:0;" rules="all" border="1" bgcolor="#ccb399" cellspacing="0"
cellpadding="10"
!-- caption align="bottom"table caption/caption --
col /
col width="65px" /

trtd style="font: 1.2em bold sans-serif;" colspan="2" align="center" bgcolor="#9999ff"T I T L E/td/tr
tr
td align="left"text/td
td align="right"$$$.$$/td
/tr
tr
td align="left"text/td
td align="right"xx.xx/td
/tr
tr
td align="left"text/td
td align="right"xx.xx/td
/tr
tr
td align="left"text/td
td align="right"xx.xx/td
/tr
/table

/td/tr/table

p style="width:60%; margin-left:20%; text-align:left"
stay well.
/p
/body
/html

---------------------------------------------------------------------------------------


Ads