SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: HTML Email Signature
-
Jan 16, 2009, 04:58 #1
- Join Date
- Dec 2006
- Posts
- 55
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
HTML Email Signature
Hi,
I've designed the following html email signature:
http://www.surelock.org/signature/index.html
However, now, i cant get it to work in Outook 2007
if i copy / paste it, the white side, and blue side, take up 100% of the space on the email, one on top of other!
Any idea what i can do?
Alex
-
Jan 16, 2009, 05:12 #2
- Join Date
- Feb 2001
- Location
- Melbourne Australia
- Posts
- 6,282
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Could you provide a screenshot?
You probably already know that relying on more complex CSS in HTML email is dicey, not that I would flat out recommend against it. But it sounds like its box model is not too 'accurate' - it may be calculating the widths differently. I'd say floating the elements side by side like that relies a lot on the widths being calculated a certain way - maybe try decreasing the widths of the inner divs and see if there's a point it works. But you may find yourself messing too much with the design. Also, as troubleshooting techniques you could try briefly without borders and/or padding.[mmj] My magic jigsaw
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Bit Depth Blog · Twitter · Contact me
Neon Javascript Framework · Jokes · Android stuff
-
Jan 19, 2009, 13:10 #3
- Join Date
- Dec 2006
- Posts
- 55
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
after some research, html signatures do not support floating divs..
converted to table based layout and it works :-)
Bookmarks