I just learned CSS, and used to to make my site. I was told it was much much better than using tables so I had to change it. But now I can't figure out have to get my page to look correctly with different screen resolutions.
<!-- m --><a class="postlink" href="http://www.webpages.ttu.edu/smcguinn/rayford/css_test.htmIt's">http://www.webpages.ttu.edu/smcguinn/ra ... st.htmIt's</a><!-- m --> always a good idea to start here.
<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.webpages.ttu.edu/smcguinn/rayford/css_test.htmI">http://validator.w3.org/check?verbose=1 ... _test.htmI</a><!-- m --> have looked at it a few times but I really don't get it. Is there some where that I can go that will explain what the validator says? Or can someone help me out a little bit? ThanksWell it's pretty verbose. You've declared your document to be "XHTML 1.0" but you've failed to create a document that meets that spec. E.g. XHTML is XML so it's case sensitive and all the predefined tags are lower case. There is no <SCRIPT> or <A> and </a> does not close <A>. Maybe if you check the "show source" box and revalidate you can match up errors with lines easier.Ok!
on line 6 delete '</meta>'
on line 8 change '<script language="javascript">' to '<script language="javascript" type="text/javascript">'
on line 82 change '<script language="javascript">' to '<script language="javascript" type="text/javascript">'
on lines 192 and 218 add alt="" inside your <img> tags
<!-- m --><a class="postlink" href="http://www.webpages.ttu.edu/smcguinn/rayford/css_test.htmIt's">http://www.webpages.ttu.edu/smcguinn/ra ... st.htmIt's</a><!-- m --> always a good idea to start here.
<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.webpages.ttu.edu/smcguinn/rayford/css_test.htmI">http://validator.w3.org/check?verbose=1 ... _test.htmI</a><!-- m --> have looked at it a few times but I really don't get it. Is there some where that I can go that will explain what the validator says? Or can someone help me out a little bit? ThanksWell it's pretty verbose. You've declared your document to be "XHTML 1.0" but you've failed to create a document that meets that spec. E.g. XHTML is XML so it's case sensitive and all the predefined tags are lower case. There is no <SCRIPT> or <A> and </a> does not close <A>. Maybe if you check the "show source" box and revalidate you can match up errors with lines easier.Ok!
on line 6 delete '</meta>'
on line 8 change '<script language="javascript">' to '<script language="javascript" type="text/javascript">'
on line 82 change '<script language="javascript">' to '<script language="javascript" type="text/javascript">'
on lines 192 and 218 add alt="" inside your <img> tags