I need to do the following formatting in my email as instructed to me. As I've read and searched around, emails are supposed to use html1 to 4 and inline styling. I've tried using inline styling using margins but it's just a pain. It's not working in outlook and I'm just pulling my hair in frustration. Can anyone help?
tscina 0 Light Poster
Recommended Answers
Jump to PostIf you post your HTML code that would be helpful.
Jump to PostI noticed that included some elements before the opening
<body>
tag. You should move those lines (6-9) down after the opening body tag.You also didnt include the closing table row
</tr>
tag inbetween 22-23.not sure what lines 10-18 are all about. If that is PHP code, …
Jump to PostAgain, your HTML structure has syntax errors. See my previous post.
Jump to PostOk, is there a specific reason why you are doing this with a table? Attached is the result of your code. I added a border so that we can see where the cells will be placed. In your picture is seems that you want the contact info to be shifted …
All 13 Replies

LastMitch
JorgeM 958 Problem Solver Team Colleague Featured Poster
tscina 0 Light Poster
tscina 0 Light Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
tscina 0 Light Poster

LastMitch
tscina 0 Light Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
tscina 0 Light Poster
tscina 0 Light Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
tscina 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.