Topic: HTML vs. XHTML
Maybe there needs to be a text change. Writing html could wreck things, people need to write xhtml.
That made me wonder, what's the difference between HTML and XHTML?
You are not logged in. Please login or register.
PunBB Forums → Programming → HTML vs. XHTML
Maybe there needs to be a text change. Writing html could wreck things, people need to write xhtml.
That made me wonder, what's the difference between HTML and XHTML?
we already had a big debate about this a while back, im too tired to find it now but it had lots of arguements for both of them
Encode the ampersands (= change & to &) in links that point to extern.php and remove duplicate id's and you're left with ~three errors. These are all in your own board menu code in (output) lines 36-46.
Follow the rest of the hints the validator gives you and it will validate eventually. Vanilla PunBB code does.
To be fair, I think the instructions in extern.php need correcting or augmenting since the examples they give use "&" instead of "&".
True. The examples in http://punbb.org/docs/dev.html#syndication work if they are used on the browsers address line, but when used in anchor tags & is required.
XHTML is the new standard in webdesign. It is more strict and professional than HTML.
Just fix the errors it talks about
ie: Line 81, column 142: end tag for "div" omitted, but OMITTAG NO was specified
That just means you don't have an end tag for the div in the proper place
you should tab your markup properly then all the <div>s should have a </div> in line below them
PunBB Forums → Programming → HTML vs. XHTML
Powered by PunBB, supported by Informer Technologies, Inc.