Blank page without html head body tags
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Blank page without html head body tags’ is closed to new replies.