Quote:
Originally Posted by theducks
as Toxaris says +1 :
It could be as simple as
<p>stuff</P> < case mismatch
or
<p>more stuff <p> < missing slash or missing close all together
IMHO avoid the auto
Use the PINK box info in BV to track it down
|
Another 'common' error that's hard to spot (at least for me) is a missing bracket:
<p> stuff /p>
When looking at tags I find myself looking at the content & not the entire tag. Particularly 'complex' tags (<p class="calibre" stuff</p>)