PDA

View Full Version : No underline under links, but...


wooolF[RM]
04-14-2002, 09:35 PM
]Admin CP ->
Styles ->
Modify ->
Choose your current one and click on [fonts/colors/etc] ->
Go to Head Insert and replaceA: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: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: { linkcolor};
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: { hovercolor};
TEXT-DECORATION: underline;
}withA:link, A:visited, A:active {
COLOR: { linkcolor};
TEXT-DECORATION: none;
}
A:hover {
COLOR: { hovercolor};
TEXT-DECORATION: underline overline;
}
#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;
}REMEMBER TO REMOVE EXTRA SPACE AFTER "{"

Resultat can be seen in attachment :)

PS: Link will not blink, but there will be these two lines over and under link when u move mouse over any link.

wooolF[RM]
04-15-2002, 11:12 PM
]hmmm... no reaction at all? [good] / [bad] ? :)

Psychdrone
04-19-2002, 12:16 AM
Yo I like it, how do I change the color of the lines?

Unknown553
04-19-2002, 03:26 AM
Admin CP -> Styles -> Modify -> Link Hover Color

wooolF[RM]
04-20-2002, 12:47 AM
]Finally... some output is always nice :D

Psychdrone
04-20-2002, 04:10 AM
Originally posted by Unknown553
Admin CP -> Styles -> Modify -> Link Hover Color

unfortunaitly that dosn't work

wooolF[RM]
04-20-2002, 09:49 AM
]admin cp -> styles -> modify -> choose one -> [fonts/colors/etc]

Now...

1) Under "Page Layout" under "Body Tag" make sure u have edited<body bgcolor="#808080" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">to colors that u want. (here I gave my example).

2) Under "Main Colors" under "Hover Color for Links
" make sure u have edited it to the color that u want.

3) Under "Head Insert:" make sure u have edited A:link, A:visited, A:active {
COLOR: { linkcolor};
TEXT-DECORATION: none;
}
A:hover {
COLOR: { hovercolor};
TEXT-DECORATION: underline overline;
}
#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;U can go step by step and try to replace first "{ linkcolor}" with "#FF0000" and go check your page for red colors. If it gives not the same result as u want, change "#FF0000" back to "{ linkcolor}". Then change "{ hovercolor}" to "#FF0000" etc... I hope Uu understand what I mean.
I know it will take some time, but it's the easiest way for u to find it...

Psychdrone
04-21-2002, 08:36 PM
ya thanks bro!