"Mogens Sorensen" skrev .
> Jeg vil gerne kunne beholde en bestemt farve paa en hyperlink ogsaa efter
> den er blevet brugt. Altsaa saa den ikke skifter farve
<body bgcolor="white" text="black" link="blue" vlink="blue" alink="blue">
<p><a href="
http://blabla.dk">gfgfgfgfgfgfgfg
</body>
I CSS kan du måske bruge dette ?
A {
font-family : Arial;
color : #000000;
text-decoration : none;
}
A:Visited {
font-family : Arial;
color : #000000;
text-decoration : underline;
}
A:Active {
font-family : Arial;
color : #000000;
}
A:Hover {
font-family : Arial;
color : #000000;
text-decoration : underline;
}
--
jopa
www.jp-web.dk
www.webshop-jylland.dk Gratis Butiksløsning