Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

css problem

  • Subject: css problem
  • From: "bluechucky" <cmjunk at iinet dot net dot au>
  • Date: Sun, 13 Mar 2005 23:02:10 +1100
  • Newsgroups: alt.html
  • Xref: news.mcc.ac.uk alt.html:283180
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??



[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index