Community

End tag for element "p" which is not open

I have a Drupal website for which I use W3C Validator. There is always the error
end tag for element "p" which is not open which appear to have resulted from the code

<img alt="" src="" name="picRandom" style="padding-left:3px" /></p>

I have made 100 percent sure that that there is no such end tag

in the code. I have even rewrote the code for fear of having this code hidden. I would appreciate any suggestion or help in this regard.

Comments

We can't really help if you

We can't really help if you don't give us a link. The best we can do is say 'you are missing an opening p tag'.

Jaypan We build websites

Thanks

I will provide a link later. Bunch of thanks.

I am here providing a link

As you requested me to provide a link I am here providing you with the following link

http://file54.com/testdrupal5/?q=en/node/12

Thanks for any help...

Well you definitely have a

Well you definitely have a closing p tag with no opening p tag. You also have a bunch of empty image tags there, each with the name attribute of 'picRandom'.

How are you generating this page? It looks like it's a node, so you should be able to edit the node and clean upt he HTML.

Jaypan We build websites