On Nov 26, 2007 10:34 PM, Taco Fleur <[EMAIL PROTECTED]> wrote: > I have an error where it says "end tag for element "P" which is not open." > The <p> tag is actually within javascript, within the <head><script> > I don't see how I can fix this error.
Clearly you are using XHTML. You have to wrap all your JS with CDATA, I don't have a specific example but look that up and you'll find your solution. -- -- Christian Montoya christianmontoya.net ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
