West Coast Connection Forum
Lifestyle => Sports & Entertainment => Topic started by: Dominator on July 21, 2002, 03:45:53 PM
-
i'm doing a site for someone.. and it's on a black background... so hyperlinks look all fucked up.. being blue...i'm coding it in notepad (coz i fucking HATE the bullshit code dreamweaver and all the other development apps add in...)...
Now.. the site owner wants me to make the site in 100% black and white.. so i can't have no blue hyperlinks...
Instead of the hyperlink being underlined and blue.. i want to have mine as normal text (white, and not underlined) .. then on mouseover, i want it to underline ... i'm pretty sure the wcc forum used to have it's links in this way a while ago..
also.. once a link has been clicked.. i want it to revert back to the white text.. not the purple color
but now the text background changes to a lighter shade of blue and the type turns black..
if anybody knows how to do this.. hit me up ASAP..
either on here, or icq # 11251466
Many thanks in advance.
Dominator.
-
aiight.. i've figured some of it out..
the link color tags go within the <body> tag...
link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"
(with "link" being the default hyperlink color, "vlink" being visited link color, and "alink" being active link color)
haven't worked out how to do the underline on mouseover though.. but i think i might even leave it the way it is..
thanks to everyone for reading this post..
Dominator
p.s. for pure curiosity.. if anyone knows how to do the underline.. post it up anyway.. i'd like to know.
-
try to search on Altavista for html codes, they'll help you solve it. ;)
-
put this in ur
<head> </head> tags
here
<STYLE TYPE="text/css">
<!--
A:link {color: #FFFFFF; text-decoration: none}
A:visited {color: #FFFFFF; text-decoration: none}
A:hover {color: #FFFFFF; text-decoration: underline}
-->
</STYLE>
that will work
have fun,
holla back if u got questions
aim: abilityLIC or paidsexisovrated