By lucasvm on
Hello, i dont really know the reason i got something like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head></head>
<bodyc class="drupal_class">
" " HERE THERE IR A HUGE BLANK SPACE
<meta...>
<title>My Title</title>
<link ....>What its going on?
Comments
Have you edited your theme in
Have you edited your theme in any way? That's the only explanation I can think of.
http://www.trailheadinteractive.com
yes of course, im using Zen
yes of course, im using Zen could it be a class problem?
I got this in my page.tpl.php
The DOCTYPE, head, body, and
The DOCTYPE, head, body, and some other elements should not be in page.tpl.php, because they are in html.tpl.php.
Please, read the Theming Guide for more information.
can you please give me an
can you please give me an example of page.tpl.php?
Try to use only this code on
Try to use only this code on your page.tpl.php
The best example is the
The best example is the page.tpl.php of Bartik theme which you can find in Drupal 7 Core folder > themes\bartik\templates