Knowledge Base Home
Create General questions
Can I use absolute positions in my layers?
Can I use absolute positions in my layers?
We do not recommend using DIV / LAYERS to position your content as this technique wont be supported by most email clients. e.g.
<div style="position:absolute; left:10px; top:10px; float:left;"> Hello </div>
Use TABLES and images to position your content.
Did this answer your questions?
You already voted!