chelvis
04-18-2003, 04:04 PM
I have a .css where the <BlueText> is for blue color text. <BLink> is for a link.
<A CLASS="BlueText"><LI>Data1</LI></A>
<A CLASS="BlueText"><LI>Data information 2</LI></A>
<A CLASS="BlueText"><LI><A CLASS="BLink" href="http://www.codingforums.com">Click Here</A><A CLASS="BlueText">to go to the page</A></LI></A>
In the above <LI> tags, in the first 2 lines, even the dot comes in blue. But in the third line, since I have a link I wrote like that but the dot comes in usual black color. How can I make the dot come in blue with the link? Because the link is a different color from the BlueText color.
Any help?
<A CLASS="BlueText"><LI>Data1</LI></A>
<A CLASS="BlueText"><LI>Data information 2</LI></A>
<A CLASS="BlueText"><LI><A CLASS="BLink" href="http://www.codingforums.com">Click Here</A><A CLASS="BlueText">to go to the page</A></LI></A>
In the above <LI> tags, in the first 2 lines, even the dot comes in blue. But in the third line, since I have a link I wrote like that but the dot comes in usual black color. How can I make the dot come in blue with the link? Because the link is a different color from the BlueText color.
Any help?