W3C CSS Validation Help - 2 Errors

Status
Not open for further replies.
Messages
740
Reaction score
1
Points
18
Hey all,

I've done a little work on this and fixed most of the errors however there are still two left....
365llm Parse Error .img-left-noborder-notopmargin {float: left; margin: 0px 0px 0px 10px;}

466 Parse error - Unrecognized */ .align-left {text-align: left;}

In my CSS for those two bits is:

Code:
.img-left-noborder-notopmargin {float: left; margin: 0px 0px 0px 10px;}
.img-left-noborder-topmargin {float: left; margin: 3px 10px 0px 0px;}
.img-left-border-notopmargin {float: left; margin: 0px 10px 0px 0px; border: solid 1px rgb(150,150,150);}
.img-left-border-topmargin {float: left; margin: 3px 10px 0px 0px; border: solid 1px rgb(150,150,150);}
.img-right-noborder-notopmargin {float: right; margin: 0px 0px 0px 10px;}
.img-right-noborder-topmargin {float: right; margin: 3px 0px 0px 10px;}
.img-right-border-notopmargin {float: right; margin: 0px 0px 0px 10px; border: solid 1px rgb(150,150,150);}
.img-right-border-topmargin {float: right; margin: 3px 0px 0px 10px; border: solid 1px rgb(150,150,150);}

Code:
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
http://jigsaw.w3.org/css-validator/...rofile=css21&usermedium=all&warning=1&lang=en
 
Last edited:

marshian

New Member
Messages
526
Reaction score
9
Points
0
Line 359 ends with "llm", which should be removed.
Line 456 ends with "*/ */", remove the second "*/".
 
Messages
740
Reaction score
1
Points
18
Thank you.

I was looking in the wrong place. I figured it would be around those pieces of code it provides but it was in a totally different areas of the code - it's amazing what firing up Dreamweaver does.

I would have given you rep. but it says I need to spread it around before I give it to you again.

Thanks :)
 

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
As this has been solved, I'll close it for you.

-Luke.

* Thread Closed *
 
Status
Not open for further replies.
Top