Wordpress div class container, is it special in wordpress? -
hiall, please tell me,
<div class="container">
class/element kind of special class wordpress???
this div wrapping content on site , trying put html code outside of div, no matter won’t let me , automatically puts inside div.
i’m looking @ file contains ending
</body> </html>
tags document , when try put code right before end like
<div class=“myotherrclass”></div> </body> </html>
when load page in browser last tag before , automatically puts closing tag container div! eg.
<div class=“myotherrclass”></div> </div> <!— container class closing div, automatically appears no where! —> </body> </html>
any trying understand happening great
Comments
Post a Comment