PDA

View Full Version : is it possible to remove all the underlines in the forum?


spaceb
02-18-2003, 08:57 AM
is there a way to remove all the underlines in the forum? :lick:

Logician
02-18-2003, 09:19 AM
if you mean ununderlined links, it's admin cp/styles/modify/fonts-colors-etc/head insert, then find line:

A:link, A:visited, A:active {
COLOR: {linkcolor};
}

and replace it as:

A:link, A:visited, A:active {
COLOR: {linkcolor}; text-decoration: none;
}

spaceb
02-18-2003, 10:03 PM
thanks man :)