CSS Help
CSS Help
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- WhiteFace0
try using in-line styles...
<a style="color:002776" href="#">Link</a>
A bit of a pain but more well supported I think.
- Tried that already. It doesn't work. Stays at the default URL blue.CygnusZero4