Validation error with duplicate p tags
-
When I add a new content block, the content within the block itself gets surrounded by a <p></p> tag and then when inserted into the page its then surrounded by another <p></p> tag.
The result is:
<p style=”text-align: center;”><p style=”text-align: center;”>Please take a look then call now!</p></p>
I use TinyMCE advanced on all my wordpress sites which adds p tags around everything, which is needed for general editing.
It also add the P tags around any block content I add, nothing appears to stop it, not even the Type setting.
Is there any way to avoid this? If not may I suggest that if the “TYPE” is set to HTML, CODE or PHP the editor is not invoked for the content box and it becomes a text box for adding code, or at least there is a separate check box to disable it for that particular block.
- The topic ‘Validation error with duplicate p tags’ is closed to new replies.