style sheet & e-mail

S

Sandra

How can I make a page that I send via e-mail use a style
sheet? I tell the page to use a style sheet that is on
the website, not on my local computer, but it
still does its on thing: the default colors for links.
 
S

Steve Easton

If you're using Outlook Express to create the email, when you are creating the email in html mode,
on the OE toolbar click View > Source Edit and then click the Source tab at the bottom of the
screen.

Paste your style info between the <style></style> tags just like you would in a html web page.

The style tags should already be there.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Sandra

Thanks for replying. I'm using Outlook, not OE.
-----Original Message-----
If you're using Outlook Express to create the email,
when you are creating the email in html mode,
on the OE toolbar click View > Source Edit and then
click the Source tab at the bottom of the
screen.

Paste your style info between the <style></style> tags
just like you would in a html web page.
 
C

chris leeds

I believe you'd have to make "stationary" of it.
there is a tutorial at www.slipstick.com regarding html email with outlook.
it's not great but it's the best I've uncovered.

I've noticed that it's pretty much necessary to write your .css code right
into the email and not link it to a style sheet.

HTH
 
Top