Lori Cole wrote:
Hi-I am new to CSS and strict. The URL I am having trouble with is
http://members.cox.net/loricole.newhome.html. The style sheet is at
http://members.cox.net.loricole/newtext.css.
Please make sure you type the URIs correctly in the future and use '.'
and '/' appropriately.
http://members.cox.net/loricole/newtext.css
http://members.cox.net/loricole/newhome.html
The first problem I noticed in the CSS is that you have attempted to use
comments like <!--tab---->, <!--heading-->, etc. These are HTML
comments, not CSS comments. (Also note that the first is an invalid
HTML comment, but that's really irrelevant in this case). You need to
use CSS comments in CSS and HTML comments in HTML.
CSS comments are: /* comment */
Fixing these issues may solve some of your problems.
--
Lachlan Hunt
http://lachy.id.au/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************