OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
No help needed, but it might help others...
This page's ID:
24097
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Your error is on lines 49-50: 49: <p> 50: <p class="textHolder"> Remember, P elements may only contain inline elements. That means, since this is HTML and end tag is optional on the P element, that the parser reads that as 49: <p> 50: </p><p class="textHolder"> And thus, your 92: </p> Doesn't have a corresponding opening tag, since the one on line 49 already has been closed. This is one of the reasons why XHTML makes sense... -- var Liorean = { prototype: [sigrotate]JavaScript|XML|XHTML|HTML|CSS|ProgrammingTheory[/sigrotate]Guru.prototype, abode: "[sigrotate][url]http://liorean.web-graphics.com/[/url]|[url]http://codingforums.com/[/url]|[url]http://web-graphics.com/[/url][/sigrotate]", profile: "[url]http://codingforums.com/member.php?u=5798[/url]"}; [small](Edited by [internallink=23174]liorean[/internallink] on 11-18-2004 21:47)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »