I am trying to create a body tag in CSS. I can get it to work within the page but when I link to the CSS page I get nothing. The text formats are correct. How can I do this?
BODY { color: black;
background: url(template.jpg);
font-family: times, "times new roman", symbol, serif;
}









Bookmarks