CSS links
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
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 posted this at 01:33 — 24th June 2003.
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.
mohd posted this at 01:43 — 24th June 2003.
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
mohd posted this at 23:36 — 28th June 2003.
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?
OnlyPhp.com posted this at 23:51 — 28th June 2003.
They have: 29 posts
Joined: Jun 2003
try this i hope it works (for bgcolor="#011B35") :
td
{background-color : #011B35;}
Suzanne posted this at 00:13 — 29th June 2003.
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;
}
mohd posted this at 00:21 — 29th June 2003.
They have: 101 posts
Joined: Apr 2003
you forgot align
Renegade posted this at 01:28 — 29th June 2003.
He has: 3,022 posts
Joined: Oct 2002
the "margin: 0 auto 0 auto;" is the align
note: that doesn't work in IE5, you will have to use align="center"
mohd posted this at 03:09 — 29th June 2003.
They have: 101 posts
Joined: Apr 2003
na dont worry... hmmm what is this supposed to mean
BACKGROUND-REPEAT
mohd posted this at 06:26 — 29th June 2003.
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 posted this at 03:08 — 30th June 2003.
He has: 3,022 posts
Joined: Oct 2002
http://impactdesignz.webpros.co.nz/nethelp/
^if you need any more help with (X)HTML/CSS
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.