http://jigsaw.w3.org/css-validator/...+*/
img+{
display:+none;
}&usermedium=all
even when I give it a background-color it still doesn't like it
Code:
body {
font: 120% arial, sans-serif;
background: black;
color: #FFFF94;
}
A:link, A:visited, A:active {
color: teal;
}
h1 {
font-size: 200%;
}
h2 {
font-size: 150%;
}
ol {
list-style-type: lower-roman;
}
/* stops images displaying */
img {
display: none;
}
even when I give it a background-color it still doesn't like it
