Author Topic: Bit of help...  (Read 144 times)

Dominator

  • 'G'
  • **
  • Posts: 157
  • Karma: 4
Bit of help...
« 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.
« Last Edit: December 31, 1969, 04:00:00 PM by 1034398800 »
 

Dominator

  • 'G'
  • **
  • Posts: 157
  • Karma: 4
Re: Bit of help...
« Reply #1 on: July 21, 2002, 04:02:59 PM »
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.
« Last Edit: December 31, 1969, 04:00:00 PM by 1034398800 »
 

40oz GRApHire

  • Funk Doctor
  • Muthafuckin' Don!
  • *****
  • Posts: 2728
  • Thanked: 2 times
  • Karma: 122
  • PS: I'm still a Buddhist :)
Re: Bit of help...
« Reply #2 on: July 22, 2002, 02:23:01 AM »
try to search on Altavista for html codes, they'll help you solve it.  ;)
« Last Edit: December 31, 1969, 04:00:00 PM by 1034398800 »
40oz Graphire
 

kpsony

  • Lil Geezy
  • *
  • Posts: 59
  • Karma: 0
  • girls with big boobs are usually stupid
Re: Bit of help...
« Reply #3 on: August 01, 2002, 02:02:08 PM »
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
« Last Edit: December 31, 1969, 04:00:00 PM by 1034398800 »