Does anyone know where I could or how to develop an email template?
I am looking to have the following sections:
header body footer
I have tried googling but I have seen some in tables and some in html. Do I just create it using inline div & css?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I strongly disagree with the answer by @Dzek Trek. When creating html emails i never use divs, and the only css i use is inline css. I say this with 6 months experience building emails.
An example of my overall email layout would be:
This will center the email inside the email client and will also correct any outer spacing bugs.