Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do you get rid of open space at the bottom of a page?
    primarykey
    data
    text
    <p>I have been working on a little project and I have run into a problem. When I view my website in a browser there is a very large open space at the bottom of all of the content. Can anyone help me locate what the problem is? I have been trying to find it for hours.</p> <p>Here's the code:</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;Media Mash - Home&lt;/title&gt; &lt;style type="text/css"&gt; * { font-family:neuropol; color:rgb(255,255,255); } body { background-color:rgb(52,126,153); } .text1 { font-size:20; color:rgb(0,0,0); } .text2 { font-size:35; text-decoration:none; margin-left:4%; margin-right:4%; } .parent { min-width:1255px; } .topBar { background-color:rgb(161,35,35); display:inline-block; width:1247px; text-align:center; height:40px; } .leftBar { top:8px; background-color:rgb(161,35,35); position:relative; display:inline-block; width:250px; text-align:center; height:581px } .main { background-color:rgb(161,35,35); position:relative; display:inline-block; left:258px; bottom:573px; width:989px; height:581px; } .imageLeft { background-color:rgb(104,22,22); position:relative; display:inline-block; } .imageRight { background-color:rgb(104,22,22); position:relative; display:inline-block; } .textLeft { background-color:rgb(104,22,22); position:relative; display:inline-block; } .textRight { background-color:rgb(104,22,22); position:relative; display:inline-block; } .copyright { background-color:rgb(161,35,35); position:relative; display:inline-block; height:32px; bottom:565px; width:1247px; text-align:center; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="parent"&gt; &lt;div class="topBar"&gt; &lt;a class="text2" href="placeholder.html"&gt;Media Mash&lt;/a&gt; &lt;a class="text2" href="placeholder.html"&gt;Film&lt;/a&gt; &lt;a class="text2" href="placeholder.html"&gt;Music&lt;/a&gt; &lt;a class="text2" href="placeholder.html"&gt;Games&lt;/a&gt; &lt;a class="text2" href="placeholder.html"&gt;Books&lt;/a&gt; &lt;/div&gt; &lt;br/&gt; &lt;div class="leftBar"&gt; &lt;a class="text1"&gt; Media Mash is a website dedicated to helping you realise what favourite films, songs, games and books are. &lt;br/&gt; &lt;br/&gt; We do so in a fun image versus image format, which allows you to pick out your favourites. &lt;br/&gt; &lt;br/&gt; Have a go and create your top 10 lists today! &lt;/a&gt; &lt;/div&gt; &lt;br/&gt; &lt;div class="main"&gt; &lt;div class="imageLeft"&gt; &lt;img src="images\The Avengers MM.jpg"/&gt; &lt;/div&gt; &lt;div class="imageRight"&gt; &lt;img src="images\Star Wars V The Empire Strikes Back MM.jpg"/&gt; &lt;/div&gt; &lt;br/&gt; &lt;div class="textLeft"&gt; &lt;a class="text1"&gt;The Avengers&lt;/a&gt; &lt;/div&gt; &lt;div class="textRight"&gt; &lt;a class="text1"&gt;Star Wars V: The Empire Strikes Back&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;br/&gt; &lt;div class="copyright"&gt; &lt;a class="text1"&gt;Copyrighted intellectual property of Thomas Crowther ©&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload