PDA

View Full Version : Why am I getting this error when uploading an html file?



Funzone36
September 6th, 2011, 01:00 PM
line 1: unmatched </P> (no matching <P> seen)

Tic3
September 6th, 2011, 07:35 PM
Because your HTML format tags need to be in pairs. A 'begin format' tag and an 'end format' tag. The 'end format' tag has a slash / in it. The error is telling you that you have an 'end format' tag </p> but you don't have a 'begin format <p> tag.

Either get rid of the </p> or add a <p>

mac_jsn
December 14th, 2011, 08:53 AM
Following syntax is very annoying sometimes. Count all <P> Vs. </P>, you will definitely found a difference. I hope of only of one.