![]() |
Idiot question, I know. I don't have time to look this up. I'm working on an HTML newsletter for a client, and all the CSS must go inline. I have something like:
How do I change the visited color? If this was a style sheet I would use: a:visited { color:#993; } but inline? Solution - 1I think you can embed Solution - 2Utkarsh is correct. However, to ensure compliance with more email clients, it should be: Even though you would normally implement code like this in the HEAD section of an HTML file, it will work if placed at the very top of your email's HTML source code. Solution - 3Looks like the answer is no, you can't: [[LINK href="http://stackoverflow.com/questions/5293280/css-pseudo-classes-with-inline-styles"]]http://stackoverflow.com/questions/5293280/css-pseudo-classes-with-inline-styles[[/LINK]] |
Wordpress |
Type: | Code Example |
Category: | Coding |
Sub Category: | Code Example |
Uploaded by: | Admin |
Views: | 7 |