[Plugin: Special Text Boxes] Inserting Automatic Paragraphs
-
The shortcode is inserting the <p> tag before the <div id=”stb-container”> tag like this:
<p><div id=”stb-container” class=”stb-container”><div id=’caption’ class=’stb-custom-caption_box’ style=”-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; “>Mix<div id=”stb-tool” class=”stb-tool” style=”float:right; padding:0px; margin:0px auto”><img id=”stb-toolimg” style=”border: none; background-color: transparent;” src=”http://…/wp-content/plugins/wp-special-textboxes/images/show.png” title=”Show” /></div></div><div id=’body’ class=’stb-custom-body_box’ style=”display: none; “></p>
and at the end of the shortcode this:
<p></div></div></p>
It is not valid markup and wish to know how to fix this.
The topic ‘[Plugin: Special Text Boxes] Inserting Automatic Paragraphs’ is closed to new replies.