I have a client who wants to send gift certificates to people who sign up on their site. They want it all designed out, so I can\'t just send a text email. I\'m trying to po
Unfortunately, you can't use position: absolute.
position: absolute
Also, because Outlook is using the Word HTML renderer, you will also run into problems using absolute positioning.
Most HTML emails are laid out with tables.
Check this out.