• hi i want to create a page that without html tag for include file issue

    like fellow
    <div class=”row”>
    <p>this is a test</p>
    </div>

    but when i try to generate the page in WordPress
    it will generate html head and body tags, anyway that i can take it off ?
    <html>
    <head></head>
    <body>
    <div class=”row”>
    <p>this is a test</p>
    </div>
    </body>
    </html>

Viewing 2 replies - 1 through 2 (of 2 total)
  • but when i try to generate the page in WordPress

    are you creating a custom page template?
    or how do you do it?

    how do you check for the tags?
    are you sure it is not your browser which adds those tags?

    Thread Starter mango532

    (@mango532)

    Thank Michael,

    yes , cause i need to pass something to other to use jquery for the code only.
    no need the html head and body tag

    any solution about it ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank page without html head body tags’ is closed to new replies.