Re: improper error reported?

Randy wrote:
> On several of my pages, (eg: 
> http://pixyland.org/peterpan/weVideos.html) I'll get an error like 
> this one...
>
> 1.
>
>     *Error*: No |p| element in scope but a |p| end tag seen.
>
>     From line 271, column 638; to line 271, column 641
>
>     |>). </div>*</p>*↩↩<p><|
>
>
> It seems to happen when I have multiple other open/close tags going on 
> between the opening <p> and a closing </p>. In this case, the actual 
> unedited  markup is below. I've highlighted the opening and closing 
> <P> tags, and I don't think this should be flagged for the error 
> displayed above.
>
> <p><div class="medium blur w90" >We like these outfits! <img class = 
> "imRight35" onclick="zoom(this)" 
> src="Imagezz/dory/DorAndPete_BoPeeps1.jpg" >These shots, once again, 
> were taken at that Suncoast Hotel where we first met. This was almost 
> a whole year later. We always had a wonderful time there because they 
> had an Outdoor dance event on Sundays that was traditionally a 'dress 
> up' party. Only a few people actually would, but we sure did!! 
> Everyone was really friendly, and they even have a big heated outdoor 
> pool we often ended up swimming in...<br> (all dressed up <img 
> class="grEmoji2" src="Imagezz/emsmile2.gif" alt="">). </div></p>
It is not permitted to embed a <div> element directly within a <p> 
element.  Once this is accepted, everything else follows that you have 
reported naturally follows.
Philip Taylor

Received on Monday, 18 February 2019 20:07:21 UTC