R
R0bert Neville
I would like to create stationery for my Outlook emails. Upon viewing
the mundane samples included with Outlook, several questions come to
mind. The HTML code is list below for your reference.
Why do these samples include the id, "ridTitle" or "ridBody"? The
style sheet does not apply any attributes to this ID. A quick Google
did not lead me to the answer.
Could someone explain if style attributes could be applied to reply
text? In other words, when you hit the reply button, Outlook display
the quote text with either greater than character or a message header.
How do you style this reply text?
Does Outlook replace the non breaking space in-between the <p> element
(example below)?
Do you need to include the document type and character encoding in the
stationary, since these sample left it out?
Please let me know any other suggestions and pointer on stationery for
Outlook.
HTML Code for Stationery titled "Blank":
==============================
<html><head><title id="ridTitle">Blank</title> <style><!-- body {
font-family: Arial, Helvetica; font-size: 10pt; color: #000000;
margin-top: 25px; margin-left: 25px; } P.msoNormal, LI.msoNormal {
font-family: Helvetica, "Times New Roman"; font-size: 10pt;
margin-top: 0px; margin-left: 0px; color: "#ffffcc"; } --></style>
</head> <body id="ridBody" background="Blank Bkgrd.gif"><p> </p>
</body> </html>
FYI
==============================
Samples are located in C:\Program Files\Common Files\Microsoft
Shared\Stationery
the mundane samples included with Outlook, several questions come to
mind. The HTML code is list below for your reference.
Why do these samples include the id, "ridTitle" or "ridBody"? The
style sheet does not apply any attributes to this ID. A quick Google
did not lead me to the answer.
Could someone explain if style attributes could be applied to reply
text? In other words, when you hit the reply button, Outlook display
the quote text with either greater than character or a message header.
How do you style this reply text?
Does Outlook replace the non breaking space in-between the <p> element
(example below)?
Do you need to include the document type and character encoding in the
stationary, since these sample left it out?
Please let me know any other suggestions and pointer on stationery for
Outlook.
HTML Code for Stationery titled "Blank":
==============================
<html><head><title id="ridTitle">Blank</title> <style><!-- body {
font-family: Arial, Helvetica; font-size: 10pt; color: #000000;
margin-top: 25px; margin-left: 25px; } P.msoNormal, LI.msoNormal {
font-family: Helvetica, "Times New Roman"; font-size: 10pt;
margin-top: 0px; margin-left: 0px; color: "#ffffcc"; } --></style>
</head> <body id="ridBody" background="Blank Bkgrd.gif"><p> </p>
</body> </html>
FYI
==============================
Samples are located in C:\Program Files\Common Files\Microsoft
Shared\Stationery