Forum Moderators: not2easy
got a bit of a problem with my links not "taking the style" of my css doc
its just using the default link colours in IE
heres my css:
body {
text-align: center;
color: #555753;
background: #E09A0F;a:link {
font-weight: bold;
text-decoration: none;
color: #000000;
padding: 0px 5px 0px 5px;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #DDDDDD;
padding: 0px 5px 0px 5px;
}
a:hover, a:active {
text-decoration: underline;
color: #000000;
padding: 0px 5px 0px 5px;
}
im linking the css doc like this
<link rel="stylesheet" type="text/css" href="latestarticles.css">
i cant see anything wrong with my code :\
any ideas?
help would be much appreciated :)
Thanks
Ue
Does the CSS file validate?
[jigsaw.w3.org...]