Hi! I am new at CSS, and trying to learn by cobbling together, breaking stuff, and seeing what happens. I have a question regarding a page I've created. On this page, I have my default .css template, as well as another .css template ("NiceForms"). Everything appears correctly on the page, except the background has disappeared. Here is the relevant text in the header: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title> | Pi Kappa Alpha - Theta Zeta Chapter | </title> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <script language="javascript" type="text/javascript" src="../niceforms.js"></script> <link href="../css.css" rel="stylesheet" type="text/css" /> <style type="text/css" media="screen">@import url(../niceforms-red.css);</style> </head> Code (markup): The page is located at http://www.tzpikes.com/recruitment/recruitment.html. Thanks in advance for your help!
always validate your code first. http://validator.w3.org/check?verbose=1&uri=http://www.tzpikes.com/recruitment/recruitment.html http://jigsaw.w3.org/css-validator/.../www.tzpikes.com/recruitment/recruitment.html also, i don't see any import statement on the page.....