PDA

View Full Version : no underline under links


otacon
01-05-2003, 06:00 PM
i find this very cheezy how all the links are underlined. they are all redy a diff color is ther a way i can make the links not undilinded trough out the forums or atleast forum home

NTLDR
01-05-2003, 06:08 PM
You need to edit the CSS in your headinclude template so that all the references to the a tag have:

TEXT-DECORATION: none;

in there spec.

otacon
01-05-2003, 06:16 PM
k thanks

otacon
01-05-2003, 06:26 PM
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
BODY {
SCROLLBAR-BASE-COLOR: {categorybackcolor};
SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
}
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
COLOR: {linkcolor};
}
A:hover {
COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: {categoryfontcolor};
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: {categoryfontcolor};
TEXT-DECORATION: none;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: {linkcolor};
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: {hovercolor};
TEXT-DECORATION: none;
}
.thtcolor {
COLOR: {tableheadtextcolor};
}
</style>

$headnewpm

otacon
01-05-2003, 06:26 PM
that is what i did all it did was take the underline out of the catagoy

NTLDR
01-05-2003, 06:39 PM
You need to add it to all the references of the a tag, as I said in my above post.

otacon
01-05-2003, 06:46 PM
o well that is why i got it now thank u

and no use making anuter topic how do i change the size of the forum name and the catagoy name i would like to make it a bit smaller