![]() |
Help with HTML Email Template!!
I am coding my first email template and I am running into all sorts of formatting problems! I hand coded it from scratch using tables (I hate tables).
Long story short: This is what the template is Supposed to look like: http://ghoops.org/email-template.png This is what I am getting...: http://ghoops.org/email.html Please view the source code and let me know what I am doing wrong with as much detail as possible. I AM COMPLETELY LOST! Thanks in advance! |
I haven't done an html email in a long time. Back in the day you always needed to change to code so that the email worked the same in all readers. Hope this has been fixed.
FYI - You are using depreciated code and need to study css styling. Tags like center, font are no longer used. This is a stab at correcting your code to get something like the final image you posted. I use in-line styling. Not the best idea, but it does work and in a one time email i see no harm in using it. My workable html code: Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
The rules of email template coding is do not use bakground colour and external CSS.
|
| All times are GMT +1. The time now is 10:59 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.