PDA

View Full Version : css borders in email...!!driving me crazy!!



ramo_integ
December 19th, 2005, 07:14 PM
I need your help kirupians...

I created an custom email personality (that's what i call it)..which is simply a design from photoshop...brought to dreamweaver and is left a blank area to input information. that single (html) file is then put in my stationery folder in outlook. All images uploaded to the server and once i send an email i will have my design show in their email box.

I had to get that out the way so hopefully everyone is on one accord. Now the problem is whenever i add a border to any of the tables it will not showup in the email box?? i tried inline style sheet..external... @import , all with absolute urls and it still wont show?

is it impossible to do borders in email or am i still missing something? if anyone can help please do..thanks!


ps. all the images and all the other css fonts work but the borders wont..

simplistik
December 19th, 2005, 10:02 PM
include the css in the html not as an external import

asj
December 19th, 2005, 10:52 PM
You have to do inline styles or styles included into the HTML in the style tag... make sure to check all your spelling and letter cases with your styles...

ramo_integ
December 19th, 2005, 11:29 PM
thanks guys... i got it to work... ;)