Note that there are some explanatory texts on larger screens.

plurals
  1. POunwanted distances
    primarykey
    data
    text
    <p>Why is the distance between the top of the page and the text "Profuture" in the header class 29 pixels instead of 20 pixels?</p> <p>Why is the distance between the top of the page and the text "Probable Future" in the sub_header class 21 pixels instead of 20 pixels?</p> <p>Why is the distance between the bottom of the page and the text "Copyright © 2008 Profuture.com" in the footer class 24 pixels instead of 20 pixels?</p> <p>test.css:</p> <pre><code>body { background-color: #CACACA; font-family: "Trebuchet MS", Verdana, serif; margin: 0; padding: 0; } a { color: #424242; font-weight: bold; text-decoration: underline; } a:hover { color: #424242; font-weight: bold; } a.menu_link { color: #424242; font-weight: bold; } a.menu_link:hover { color: #424242; font-weight: bold; } #header a { color: #A40008; font-size: 28px; font-weight: bold; } #sub_header a { color: #424242; font-size: 22px; font-weight: bold; } #container { margin: 0 auto 0 auto; padding: 0 auto 0 auto; width: 750px; } #header { margin: 20px 0 0 0; padding: 0; } #sub_header { margin: 0 0 20px 0px; padding: 0; text-align: right; } #footer { font-size: 12px; margin: 20px 0 0 0; text-align: center; } #main { background-color: #FFFFFF; margin: 0; padding: 0; width: 100%; } #main_top { background-color: #FFFFFF; height: 20px; } #main_bottom { background-color: #FFFFFF; height: 20px; } .content { float: left; font-size: 12px; margin: 0px; padding: 0 20px 0 20px; text-align: justify; width: 510px; } .content_top { color: #A40008; font-size: 18px; font-weight: bold; } .content_bottom { font-size: 12px; font-weight: bold; } .menu { border-left: #8C8484 1px solid; float: right; font-size: 12px; margin: 0px; padding: 0 20px 0 20px; width: 139px; } .menu_top { color: #A40008; font-size: 18px; font-weight: bold; } .menu ul { margin: 0; padding-left: 20px; } .menu li { list-style-type: circle; } label { display: block; font-size: 14px; margin: 0; padding-right: 20px; } #clear { clear: both; display: block; height: 1px; overflow: hidden; width: 100%; } </code></pre> <p>test.html:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt; ProFuture &lt;/title&gt; &lt;link rel="stylesheet" type="text/css" href="test.css" /&gt;&lt;/head&gt; &lt;body&gt; &lt;div id="container"&gt; &lt;div id="header"&gt; &lt;a href="link1"&gt;ProFuture&lt;/a&gt; &lt;/div&gt; &lt;div id="sub_header"&gt; &lt;a href="link1"&gt;Probable Future&lt;/a&gt; &lt;/div&gt; &lt;div id="main_top"&gt; &lt;/div&gt; &lt;div id="main"&gt; &lt;div class="content"&gt; &lt;div class="content_top"&gt; Page &lt;/div&gt; &lt;div class="content_bottom"&gt; &lt;a href="http://www.test.com/"&gt;http://www.test.com/&lt;/a&gt; &lt;/div&gt; &lt;div class="content_top"&gt; Interpretation &lt;/div&gt; &lt;div class="content_bottom"&gt; testtesttest testtesttest testtesttest &lt;/div&gt; &lt;div class="content_top"&gt; Author &lt;/div&gt; &lt;div class="content_bottom"&gt; tes...@test.com &lt;/div&gt; &lt;br&gt; &lt;/div&gt; &lt;div class="menu"&gt; &lt;div class="menu_top"&gt;Account&lt;/div&gt; &lt;br&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="create"&gt;Create&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="read"&gt;Read&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="login"&gt;Log In&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="logout"&gt;Log Out&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="update"&gt;Update&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="delete"&gt;Delete&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;br&gt; &lt;div class="menu_top"&gt;Statistic&lt;/div&gt; &lt;br&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="create"&gt;Create&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="read"&gt;Read&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="clear"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id="main_bottom"&gt; &lt;/div&gt; &lt;div id="footer"&gt;&lt;strong&gt;Copyright &amp;copy; 2008&lt;/strong&gt; &lt;a href="#"&gt;Profuture.com&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.
    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.
    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