PDA

View Full Version : need a line of code to..


jarnuts
09-16-2002, 04:08 PM
get rid of the UNDERLINE in the links ONLY FOR the the Forum Categories...

I'm trying to make this:
http://www.sloth-loves-chunk.com/cat_bad.JPG

Look like this:
http://www.sloth-loves-chunk.com/cat_good.GIF

with haveing to make a forth background image with the text inside it...

Any Ideas or clues??

jarnuts
09-16-2002, 04:12 PM
It would also be helpful if "on-mouse over" the line didn't appear either and just the texted changed its color

turdboy
09-16-2002, 04:14 PM
Styles > Modify > go to header insert > find

A:link, A:visited, A:active {
COLOR: #4274B6;
}


add


TEXT-DECORATION: none;

So it should look like this

A:link, A:visited, A:active {
COLOR: {linkcolor}
;TEXT-DECORATION: none;
}

jarnuts
09-16-2002, 04:19 PM
but wouldn't that affect all links??

I only hope to make the chnage to just the category links

turdboy
09-16-2002, 04:25 PM
I dont think you can just change the cat links without changing them all. Too bad too.