You might also like
7 Comments
  1. Chris Dizon says

    This isn’t going to work in gmail or lotus notes, both of which strip out the <link&rt; and <style&rt; tags. You’ll have to make all those styles inline for them to show up.

    Speaking of which, why does your commenting system strip out the ????

  2. Chris Dizon says

    should be >

  3. Gutem says

    First time I saw a Newsletter with div tags and external CSS. I always read about use table in the code and inline CSS.

  4. DesignMango says

    Hi guys. It should be fairly easy to convert this into a fully working newsletter by adding the style sheet into the HTML. I wanted to do it separate to show that this is not all it could be used for, after all this would not look too bad a website.

  5. Sina says

    I make email templates like this on a daily basis and I will tell you now that div tags will cause a lot of headaches. You will have to use tables and embedded tables.

  6. Dan001 says

    Hello,

    I can not format the newsletter, especially this part is missing “div”?

    The Best Product of the Year

    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Phasellus eu magna mauris.
    Nunc viverra gravida sapien, convallis ornare risus placerat eu.
    In hac habitasse platea dictumst.
    Sed non sapien tellus, volutpat aliquet magna.
    Cras nec justo non nisl imperdiet pulvinar.

    Find out more

  7. Dan001 says

    Hello,

    I can not format the newsletter, especially this part is missing “div”?

    <div id="topgrey">   
    <div>
    <div id="bottomgrey">
    <div>
         
    <div id="lefttext">
        <h3>The Best Product of the Year</h3>
        <p id="leftpara">
            Lorem ipsum dolor sit amet, consectetur adipiscing elit.
            Phasellus eu magna mauris.
            Nunc viverra gravida sapien, convallis ornare risus placerat eu.
            In hac habitasse platea dictumst.
            Sed non sapien tellus, volutpat aliquet magna.
            Cras nec justo non nisl imperdiet pulvinar.
        </p>
        <a href="#">Find out more<img src="img/arrow.jpg"></a>
    </div>
        <img id="img1" src="img/tv.png" alt="TV">
    

Comments are closed.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More