|
Hi,
In content child html, i have the following rendered structure:
<div class="col-main"> <div class="std"> <div class="page-title"> <p> <span></span> </p> <div class="clear"></div> <p></p> [b] <p> <span></span> <br> <br> </p>[/b] </div> </div> </div>
I literally removed all nl2br to remove the html tag <br> above.. but nothing works.. I don’t know what can I do to found where this <br> are made..
Someone could me help how to remove the html tag <p> with <br>?
Thanks
|