PDA

View Full Version : links in posts



Alex Wilson
05-02-2008, 11:04 AM
Heya Marko,

I just noticed that links in posts are pretty much invisible if link underlining is turned off in the browser. Unless you happen to hover the mouse over the text, there's no visual indication a link is there.

would it be possible to change the link style from this:



a:link
{
color: #000000;
}
a:visited
{
color: #000000;
}
a:hover, a:active
{
color: #FF4400;
}


to something like this:




a:link
{
color: #0000CC;
}
a:visited
{
color: #3300CC;
}
a:hover, a:active
{
color: #FF4400;
}


or even just add "text-decoration: underline" to the link style?

It should break anything, just provide a better default for those with a browser with it turned off.

Marko
05-03-2008, 12:43 PM
I'll take a look at what can be done.

Thx

Marko