CSS query with Andreas09 (custom link problem)
Posted: Fri Dec 22, 2006 5:50 pm
Hello all
I am using the Andreas09 template & want to tweak it a little to show links in entries by default as blue. I have added a class a.leehlink as below:
a.leehlink {text-decoration:underline; color:#0000FF;}
a.leehlink:hover{background: gold;}
a.leehlink:visited{color:#808080;}
When I create a new link in an entry, as below, the link itself is still coloured grey and bold, but it does show the underline and the gold background specified above.
<a class="leehlink" title="Lee's Homepage" href="http://www.pangoken.com/">Link to pangoken.com</a>
I am fairly new to html & CSS (so please be gentle
) but i can't seem to locate where this grey colour is pulling from?
Can anyone help?
Thank you
Lee
I am using the Andreas09 template & want to tweak it a little to show links in entries by default as blue. I have added a class a.leehlink as below:
a.leehlink {text-decoration:underline; color:#0000FF;}
a.leehlink:hover{background: gold;}
a.leehlink:visited{color:#808080;}
When I create a new link in an entry, as below, the link itself is still coloured grey and bold, but it does show the underline and the gold background specified above.
<a class="leehlink" title="Lee's Homepage" href="http://www.pangoken.com/">Link to pangoken.com</a>
I am fairly new to html & CSS (so please be gentle
Can anyone help?
Thank you
Lee