View Single Post
Old 07-08-2004, 02:45 AM  
Darkland
Confirmed User
 
Darkland's Avatar
 
Join Date: May 2002
Posts: 1,488
Bawdy was on the right track. Below is how to make links different and on the first one I expounded on the different states of the link, ie. active, visited, etc.

A.red {
font-family: Arial;
font-size: 8pt;
font-weight: bold;
text-align: center;
color: #FF0000;
}

A.red:active {
color: #0000FF
}

A.red:visited {
color: #00FFFF
}

A.blue {
font-family: Arial;
font-size: 12pt;
font-weight: bold;
text-align: center;
color: #0000FF;
}

A.yellow {
font-family: Arial;
font-size: 20pt;
font-weight: bold;
text-align: center;
color: #FFFF00;
}

Now what you do is ad the CLASS attribute into the correct href tag. CLASS="red" or fully <a href="whatever" CLASS="red">


Actually it looks like GFY is mangling it, if you want ICQ me or email me and I will help you.
#65192007
john at tna.biz

Hope that helps you...
__________________


"The towers are gone now, reduced to bloody rubble, along with all hopes for Peace in Our Time, in the United States or any other country. Make no mistake about it: We are At War now -- with somebody -- and we will stay At War with that mysterious Enemy for the rest of our lives." H.S.T. 09/12/01

Last edited by Darkland; 07-08-2004 at 02:49 AM..
Darkland is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote