HTML Email With Lots Of CSS and Outlook

Discussion in 'HTML & Website Design' started by rederick, Mar 19, 2007.

  1. #1
    Hi -

    I'm having an Issue with sending HTML emails and Outlook.

    The problem is - I am sending a HTML email that is loaded with CSS. I've put the CSS inline on each element as I think this is the best way to do this.
    Now the problem is that outlook seems to decide to change the HTML and CSS that comes in the email. ( looks ok in Thunderbird )

    Has anyone ever experienced this type of thing with outlook augmenting their HTML and CSS ? - and found some way to deal with it?


    Thank you.
     
    rederick, Mar 19, 2007 IP
  2. Dizmatic

    Dizmatic Peon

    Messages:
    111
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What method are you using to link the stylesheet?
     
    Dizmatic, Mar 20, 2007 IP
  3. Aragorn

    Aragorn Peon

    Messages:
    1,491
    Likes Received:
    72
    Best Answers:
    1
    Trophy Points:
    0
    #3
    I have never experied anything like that.

    Embedded CSS within the <style> tags is removed by most email providers. So I would advice you against that practise.
     
    Aragorn, Mar 20, 2007 IP
  4. Houdas

    Houdas Well-Known Member

    Messages:
    158
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    For my HTML newsletters, i don't use any CSS at all - all formatting is done by HTML tags themselves (for font family and colors - tag, for layout - tables, etc...). Sadly HTML emails are generally a pain in the a**.
     
    Houdas, Mar 20, 2007 IP
  5. demomarks

    demomarks Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    This article by CampaignMonitor may be of use to you. In general CSS has varying support based on different email clients. You're probably better off sticking to pure html the old ugly way like Houdas recommends.
     
    demomarks, Mar 21, 2007 IP