Web Hosting Talk







View Full Version : code needs tidy up


qnctv.com
10-30-2002, 09:26 AM
Starting to use css. It is great, the code even reads cleaner and it so easy to change things.

not afraid when people view my source any more!!!!:D

I would like to know how to move
BODY LINK="#00ffff" VLINK="#800080"

into the /css part i managed to move BGCOLOR but haven't found the right gramma/word for link and vlink

can you help



<style type="text/css"><!--

BODY {font-family: times new roman; COLOR:#ffff00; text-align:center;background-color:#140f57;}
H1 {font-size: 7pt;}
H2 {font-size: 48pt; font-style: bold;}
H3 {font-size: 36pt; font-style: bold;}
H4 {font-size: 25pt; font-style: bold;}
H5 {font-size: 12pt;}
H6 {font-size: 20pt;}
--></style>

<BODY>
<BODY LINK="#00ffff" VLINK="#800080">


also can you check out the source on http://qnctv.com home page just to see if I can tidy it up a bit more.

I will do the other pages myself but need to make sure this one is in the right direction

Thanks

Quincy

Studio64
10-30-2002, 09:32 AM
a:link { }
a:visited { }
a:active { }
a:hover {}


The code is looking 100% cleaner.
But, in all honesty, really just start over.

qnctv.com
10-30-2002, 10:10 AM
Thanks for the code.:D

Would love to start over but I am learning at the moment and don't know enough to do that. When I do know enough it might be cool.

I also have no time, working as well!!!!;)

Quincy

qnctv.com
10-30-2002, 10:16 AM
P.S.

What does active do???


Quincy

MDJ2000
10-30-2002, 11:48 AM
Active is the link for the page you're on, for lack of an official explanation, lol.