quote:
h1 {text-align: center}
h1 {color: #FFFFFF}
h2 {text-align center}
h2 {color: #707070}
you can change this to
h1 {
text-align:center;
color:#FFFFFF;
}
h2 {
text-align:center;
color:#707070;
}
quote:
<body bgcolor="black">
Place this in CSS too (body {background-color:#000000;})
quote:
<u>Calum's Disco's</U>
Still a capital U
quote:
<br><br>
use a <p></p> or <p /> for this (I saw you have a <p> but you don't close it, always close it!)
At the end you hava a closing font-element. But I don't see one opening it.
With your links you use a <h2> and to close it a </h>. This has to be <h2></h2>
quote:
Originally posted by DJKAL
i deleted the "veiwed" tag as they went lime(Smilie)
i am using hex codes so that isnt the problem like before ...
but if you veiw the page in IE and click a link then go back {click back because i haven't yet added the back to home page link (Smilie)} they become lime(Smilie) why is this when i have deleted the "veiwed" tag ??
I'm sorry but I've never heard of a "veiwed" tag :/. You could add a:visited {} in your CSS between a:link and a:hover to set a color for the link for when the visitor returns.