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
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>
Thanks Dude, you rock! I can't thank you enough. Yeah, it's only a little but the value it gives me is huge.