Quote:
Originally Posted by sulasno
do I need a hack to change the colours of links?
for example;
(brackets are incomplete)
url=www.domain.com]LINK[/url
I want the "LINK" to show up in another colour by default irrespective of the browser that I am using
|
Add the following code at the additional.css template:
Code:
.postcontent a {
color: #000000;
}
And replace #000000 with the actual color value that you want your links to show up.