PDA


View Full Version : Validator CSS W3C show little error


Paulo
08-02-2005, 07:02 PM
I have cheked my site and vbadvanced with Validator CSS W3C (http://jigsaw.w3.org/css-validator/) and i see this problem:

Target: http://www.vbadvanced.com/
Please, validate your XML document first!

Line 161

Column 67

Element type "table" must be followed by either attribute specifications, ">" or "/>".


It's just a little error in one template but where ?
Thank you

Paulo
08-03-2005, 04:52 PM
When i active smilies in module news, i have same error for validation W3C XHTML 1.0 http://validator.w3.org/:


Line 519, column 100: "..." is not a member of a group specified for any attribute

...es/smilies/smile.gif" border="0" alt=""...<span class="smallfont">[<a href="h



Line 519, column 103: unclosed start-tag requires SHORTTAG YES

...smilies/smile.gif" border="0" alt=""...<span class="smallfont">[<a href="http



Line 519, column 103: end tag for "img" omitted, but OMITTAG NO was specified

...smilies/smile.gif" border="0" alt=""...<span class="smallfont">[<a href="http

You may have neglected to close a tag, or perhaps you meant to "self-close" a tag; that is, ending it with "/>" instead of ">".



Line 519, column 16: start tag was here

Bye <img src="http://www.xxx.com/forum/images/smilies/smile.

Brian
08-03-2005, 05:09 PM
That's because some of your characters are being cut off by the news max characters limit.

Paulo
08-03-2005, 05:18 PM
Exact ! Sorry.

there remains the small error for validation CSS

Brian
08-03-2005, 05:52 PM
Does it give the same error when you validate your vB pages? The CSS is controlled by your vB CSS file, so there shouldn't be any way it would be different on the CMPS.

Paulo
08-03-2005, 06:30 PM
I noted this:

http://www.mysite.com/forum/?styleid=1 : it's ok ( style VB original )
http://www.mysite.com/?styleid=1 :have one error


Please, validate your XML document first!
Line 162
Column 67
Element type "table" must be followed by either attribute specifications, ">" or "/>".


http://www.mysite.com/?styleid=10 :it's ok ( style VB non official )

http://www.vbadvanced.com/forum : it's ok
http://www.vbadvanced.com/ : have a error

Zachery
08-03-2005, 11:13 PM
http://validator.w3.org/check?uri=http://www.vbadvanced.com << is fine

http://validator.w3.org/check?uri=http://www.vbadvanced.com/forum/ << also fine

Paulo
08-04-2005, 05:21 AM
L'error is for CSS validation:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.vbadvanced.com&usermedium=all

Line 176

Column 67

Element type "table" must be followed by either attribute specifications, ">" or "/>".


And this is ok

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.vbadvanced.com%2Fforum&usermedium=all

For Xthml, i have error for this site too:

http://validator.w3.org/check?uri=http://www.vbadvanced.com

Line 916, column 25: non SGML character number 146

By NBeshouri ">Pop-up Box¼/strong>?s don’t function...</a></strong></span>



Line 916, column 31: non SGML character number 146

By NBeshouri ">Pop-up Box’s don’t function...</a></strong></span>

e-steki
01-17-2006, 10:42 AM
There are many errors when I try to validate my cmps page because the cut off of the news also cuts html tags!! Any ideas? :(

Brian
01-17-2006, 03:21 PM
Unfortunatly that is one limitation of the news module since it's not exactly easy to make sure that all of the HTML is valid without adding too much strain on the server.

e-steki
01-17-2006, 03:30 PM
So the only way to make it valid is to disable bbcode in the news?

Brian
01-17-2006, 03:39 PM
That would be one option... Or set the max characters option to a number high enough to include any ending bb code tags, or make sure to use bb code tags only in the beginning of posts.

e-steki
01-19-2006, 12:47 PM
You can never make the number that high as there is formatting throughout the article :(

Brian
01-19-2006, 01:38 PM
There was a hack posted somewhat recently that will let you specify where you want the read more link to appear in each of your news posts. I'm not sure if that would be a good solution for you, but if you think it might be then check the hacks forum for a thread called "Dynamic Read More Link" (or something like that).

e-steki
01-19-2006, 02:28 PM
Seems exactly what I needed!!! Thanks so much!!! :) :) :)