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

jaypan’s picture

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'.

Contact me to contract me for D7 -> D10/11 migrations.

ss54’s picture

I will provide a link later. Bunch of thanks.

ss54’s picture

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...

jaypan’s picture

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.

Contact me to contract me for D7 -> D10/11 migrations.