• In my footer.php files I got these lines:

    <?php wp_head();
    ?>
    </head>
    <body <?php body_class(); ?>>
    <div id="bigbg"></div>
    <div id="contentwrap" class="container_24 clearfix">

    But in final source code there’s a one blank row after <body> and before first <div> element. I can see this blank row in source code via Firebug, it moves all content down (cca. one line height). And the same problem I’ve got when I call get_sidebar() function, the blank line is above the generated code of sidebar.

    Does anybody know why is this happening?

    Thanks a lot!

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Blank rows in generated source code’ is closed to new replies.