• Hi, I really appreciate any help you can give me.

    I’ve created a page with a template that has no title, to place some HTML for a mapped image in it. The problem is that even without the title on the chosen template, there’s still a bunch of white space at the top of the page. I’ve checked padding measures and haven’t found one that triggers that on the top of the content area…

    Could it be that placing HTML code instead of text adds that white space?

    Here’s the page I’m talking about:
    https://www.tuverde.com/seventeen/

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have a much bigger problem than some white space. The HTML generated includes multiple <body> and <head> HTML tags, with the problem right about here:

    <div id="content-2">
    
    			<div class="post" id="post-5836">
    								<div class="entry">
    					<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
    <html xmlns="https://www.w3.org/1999/xhtml"><br />
    <head><br />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></p>
    
    <style type="text/css">
    <!--
    body {
    	margin-top: 0px;
    	padding-top: 0px;
    }
    -->
    </style>
    <p></head></p>
    <p><body></p>

    This is likely a problem with how a Template was coded.

    alvaradopau,

    The following bit of code in the post needs to be deleted to remove the additional post whitespace. Other than that it seems adiant has solved your immediate issue?

    <div class="entry">
     <p>
      <br />
      <br />
      <br />
     </p>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t get rid of blank space on top of page’ is closed to new replies.