CSS links

They have: 101 posts

Joined: Apr 2003

hey guys, my exams are finally over so im back here again.
I have a question, how can i put this code in my CSS file:
LINK="#609FFF" ALINK="#00A4D8" VLINK="#609FFF"

thats all for now

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

a:link { color: #333333; }
a:visited { color: #FFFFFF; }
a:hover { color: #CCCCCC; }
a:active { color: #333333; }

From a tutorial here. Just change the colors.

They have: 101 posts

Joined: Apr 2003

Ah thanks... now i finished the layout part of my site... Just need lots of content... THANKS alot Laughing out loud

They have: 101 posts

Joined: Apr 2003

sorry for my noobishness but.. what about

width="90%" border="0" cellspacing="1" cellpadding="2" bgcolor="#dcdcdc" align="center"

and

bgcolor="#011B35" colspan="2"

none of the tutorial sites have the specific definitions or do they?

They have: 29 posts

Joined: Jun 2003

try this i hope it works (for bgcolor="#011B35") :
td
{background-color : #011B35;}

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

You can use colspan I believe (it's still an attribute).

table {
width: 90%;
border: 0;
background-color: #dcdcdc;
/* this may not work in some browsers */
margin: 0 auto 0 auto;
}

td {
padding: 2px;
margin: 1px;
}

They have: 101 posts

Joined: Apr 2003

you forgot align Smiling

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

the "margin: 0 auto 0 auto;" is the align Sticking out tongue

note: that doesn't work in IE5, you will have to use align="center"

They have: 101 posts

Joined: Apr 2003

na dont worry... hmmm what is this supposed to mean

BACKGROUND-REPEAT

They have: 101 posts

Joined: Apr 2003

Guys what the hell happened.. i used to just see http://www.wow.totalwarcraft.com

now i see (examples)

http://www.wow.totalwarcraft.com/items.php
http://www.wow.totalwarcraft.com/races.php

Ahhh help

edit: removed abouy 50% of the post cause i solved the problem

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

http://impactdesignz.webpros.co.nz/nethelp/

^if you need any more help with (X)HTML/CSS Laughing out loud

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.