View Full Version : HTML E-mail html
wes_design
July 31st, 2008, 06:38 PM
Does anyone know how to get a work-around to make links not be underlined in html emails
??
simplistik
July 31st, 2008, 07:18 PM
It's the application underlining, the only other option would be to not send html emails and just use plain text... but even then the application will still prolly underline.
wes_design
July 31st, 2008, 07:38 PM
It's the application underlining, the only other option would be to not send html emails and just use plain text... but even then the application will still prolly underline.
Yeah I know that we send out both html and text versions of our emails depending on the user prefs
but supposedly they are workaround for other issues its that windows live chooses to ignore it I wonder why?
sTyleSHA
August 2nd, 2008, 02:55 AM
try using css with text-decoration:none;
jel3
August 3rd, 2008, 02:58 AM
make sure your CSS declaration is in-line in a style attribute and not at the top in a style tag. style tags get stripped out of most email clients and webmail
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.