Appearance of blog hyperlinks

(Previously the YotBlog forums, now archived and combined here)
Post Reply
User avatar
Silkie
Admiral of the Fleet
Posts: 3475
Joined: Sat Mar 05, 2005 12:55 pm
Boat Type: Hurley 22
Location: Bonnie Scotland
Contact:

Appearance of blog hyperlinks

Post by Silkie »

I'll quite understand if you can't be bothered answering this for the next few weeks :) but...

It seems that no-one realises that the red text in my blog (collegiate template) represents hyperlinks, partly because of the colour but mainly because it does not display underlined until hovered over. Easy-peasy I thought, I'll edit the template. I had identified this block of code

a:link { color: #993333; text-decoration: none; }
a:visited { color: #993333; text-decoration: none; }
a:hover { color: #993333; text-decoration: underline }

as the likely culprit since it seems to describe the appearance of my hyperlinks. I tried changing the first line to

a:link { color: #993333; text-decoration: underline; }

both with and without the semi-colon at the end but no joy. Any suggestions?
User avatar
Silkie
Admiral of the Fleet
Posts: 3475
Joined: Sat Mar 05, 2005 12:55 pm
Boat Type: Hurley 22
Location: Bonnie Scotland
Contact:

OK ...

Post by Silkie »

.. figured it out now and changed the hover colour too. What do you think? Anyone?

PS - This is my blog Plain Sailing?
MacHurley22
Able Seaman
Posts: 42
Joined: Sat Feb 26, 2005 8:45 pm
Location: Scotland

Bloomin' Marvellous!

Post by MacHurley22 »

:!:
Post Reply