Support Forums

Full Version: Maybe some can help with this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was using http://www.w3schools.com/site/site_validate.asp
and got these errors i try to fix my self but i do not know php yet

Line 596, column 263: unclosed start-tag requires SHORTTAG YES

…-tc-img" alt="+/-" /></a></div><div <strong>Tags:<br /></div></td></tr><tr><t

end tag for X omitted, but OMITTAG NO was specified

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
•Line 596, column 287: end tag for "strong" omitted, but OMITTAG NO was specified
…></div><div <strong>Tags:<br /></div></td></tr><tr><td class="trow2"><div ali

XML Parsing Error

•Line 596, column > 80: XML Parsing Error: error parsing attribute name
…><td class="thead" colspan="5"><div class="expcolimage"><a href="javascript:v…•Line 596, column > 80: XML Parsing Error: attributes construct error
…><td class="thead" colspan="5"><div class="expcolimage"><a href="javascript:v…•Line 596, column > 80: XML Parsing Error: Couldn't find end of Start Tag div line 596
…><td class="thead" colspan="5"><div class="expcolimage"><a href="javascript:v…•Line 596, column > 80: XML Parsing Error: Opening and ending tag mismatch: strong line 596 and div
…><td class="thead" colspan="5"><div class="expcolimage"><a href="javascript:v…
Could you provide the whole source code?
This looks more like HTML.
Quote:and got these errors i try to fix my self but i do not know php yet
There is no need to learn php for what you are trying to do ;
PHP is a server side langage, and the validator is only checking the client side interpreted langage. So it doesn't read any line of PHP.
Furthermore, you should learn how to code properly in html before learning PHP.

We can't help you with what you have posted : We need the entire source code.
However, you should try to fix it yourself ; Every error is enough explicit, and it would be more educative for learning how to code a proper code.
If you don't understand them, this means you have some difficulties to understand the HTML syntax.
Well then i realy need help then do know differnce html and php the source code ok one sec
600.<br /><table border="0" class="tborder"><tr><td class="thead" colspan="5"><div class="expcolimage"><a href="javascript:void(0);" onclick="SimpleTagCloudShow();" title="Min/Max-imalize"><img src="images/collapse.gif" id="simple-tc-img" alt="+/-" /></a></div><div <strong>Tags:<br /></div></td></tr><tr><td class="trow2"><div align="left" id="stcp"><a title="Testing - help me" href="http://www.howman.ca/tag/Testing"><span style="font-size:35px;">Testing</span></a>,
601.<br /><br /><a href="http://www.howman.ca/tag/" title="TagCloud">[More]</a></div></td></tr></table><br />
i think thats it it for a mybb plugin
God you guys are fast here if i could only get this reponce at mybb
You have an open
Code:
<strong>
I see no closing tag for the above one.

And the difference between PHP and HTML is very big one
http://en.wikipedia.org/wiki/PHP
http://en.wikipedia.org/wiki/HTML
(10-16-2009, 06:27 PM)NinjaGeek Wrote: [ -> ]You have an open
Code:
<strong>
I see no closing tag for the above one.

And the difference between PHP and HTML is very big one

and how do i close most of the html i do is with a wysiwyg so limted there too
Do you realize that you are asking for us to debug an incomprehensible block of html code ?
Well , there is some errors here :

Quote:.<br /><table border="0" class="tborder"><tr><td class="thead" colspan="5"><div class="expcolimage"><a href="javascript:void(0);" onclick="SimpleTagCloudShow();" title="Min/Max-imalize"><img src="images/collapse.gif" id="simple-tc-img" alt="+/-" /></a></div><div> <strong>Tags:</strong><br /></div></td></tr><tr><td class="trow2"><div align="left" id="stcp"><a title="Testing - help me" href="http://www.howman.ca/tag/Testing"><span style="font-size:35px;">Testing</span></a>,
601.<br /><br /><a href="http://www.howman.ca/tag/" title="TagCloud">[More]</a></div></td></tr></table><br />


Try with that. It would be a bit better. But your div makes no sense, they are useless.

Quote:and how do i close most of the html i do is with a wysiwyg so limted there too
Switch in "edit" mode, or something like that, and add what is missing.

But i won't help you anymore, till you don't learn HTML langage.
I am not HTML debugger, only helper.
Good luck for the future.
I am not trying to make any one mad but i do thank you greatly for your help and i am sorry that i thought this was php
but i got a responce here in like 2 min i have been waitting like 3 or 4 hour from mybb

Sorry i will not post here any more
(10-16-2009, 06:40 PM)howman Wrote: [ -> ]Sorry i will not post here any more

What Spl3en meant is you need to learn to read.... The error you've posted tells you the exact position and cause of the error.

Quote:You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
•Line 596, column 287: end tag for "strong" omitted, but OMITTAG NO was specified

You are welcome with any question but please first try by your self.
(10-16-2009, 06:46 PM)NinjaGeek Wrote: [ -> ]What Spl3en meant is you need to learn to read.... The error you've posted tells you the exact position and cause of the error.

Quote:You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
•Line 596, column 287: end tag for "strong" omitted, but OMITTAG NO was specified

You are welcome with any question but please first try by your self.
actuly i did try it for my self i been trying it since i posted at mybb it started with 16 errors got to 5 then went to mybb central and had a pm from labora to go to his new site so i did and looked around and thought i would give it a try here and see what kind of respone i got and it was good and fast and sloved my problam and i thank you for you help
Pages: 1 2