Need some help with Email Frame.

Discussion in 'HTML & Website Design' started by magiclouie, Nov 22, 2011.

  1. #1
    Hello DP members,

    How do you create top and bottom of an email frame? The frame needs to be set in table format and can be no wider than 750 pixels.

    Would this be created using HTML? Are there templates for this?

    Thanks a lot!

    Any information you may provide will be highly appreciated.

    Sincerely,
    Louie Tugas
     
    magiclouie, Nov 22, 2011 IP
  2. MsNN

    MsNN Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    3
    Trophy Points:
    0
    #2
    I can't post live links yet, but if you do a google search for free email templates, you see "100+ free HTML email templates from Campaign Monitor"

    If you click on that, you'll see quite a few options for email templates. Download them, study them, and you'll learn a lot about how those things are put together.

    If all you want is an email template with a header and footer image, try this:

    <table width="750" border="0">
    <tr>
    <td><img src="link to your header image goes here" width="750" height="200" /></td>
    </tr>
    <tr>
    <td>Content goes here...</td>
    </tr>
    <tr>
    <td><img src="link to your footer image goes here" width="750" height="200" /></td>
    </tr>
    </table>
     
    MsNN, Nov 23, 2011 IP
  3. magiclouie

    magiclouie Active Member

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Thanks Dude, you rock!

    I can't thank you enough. Yeah, it's only a little but the value it gives me is huge.
     
    magiclouie, Nov 23, 2011 IP
  4. MsNN

    MsNN Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    3
    Trophy Points:
    0
    #4
    You are very welcome. *smiles*

    Good luck!
     
    MsNN, Nov 23, 2011 IP