Hi Guys
This problem has been bothering me for the last 2 weeks and I can't seem to
find a solution to it.
Could someone please assist or point me in the right direction.
I've got the following generated sql code:
[tr]
[td colspan="2"][span class="postbody"]This is what a URL link looks
like ... [a href="http://www.news,com,au"
target="_blank"]www.news.com.au[/a][/span][/td]
[/tr]
(brackets changed incase it affects presentation here.
The css consists of the following:
a:link , a:active , a:visited {color : #677595; } -for overall
representation
Then there is this;
.postbody {font-size : 12px; }
a.postbody:link {color : #ffcc00; text-decoration : none; }
a.postbody:visited {color : #c0c0c0; text-decoration : none; }
a.postbody:hover {color : #c0c0c0; text-decoration : underline; }
These postbody settings, when changed have no effect... what am I doing
wrong??
|
|