Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Below markup will solve issues in you layout.</p> <pre><code>&lt;!-- CONTAINER --&gt; &lt;div class="container"&gt; &lt;!-- HEADER --&gt; &lt;div class="header"&gt; &lt;div style="float:left"&gt;&lt;img src="images/Logo.gif" alt="Company Logo" width="345px" height="117px"&gt;&lt;/div&gt; &lt;div style="float: right;"&gt;&lt;h2&gt;Company slogan.&amp;#0153;&lt;/h2&gt;&lt;/div&gt; &lt;div style="clear: both;"&gt;&amp;nbsp;&lt;/div&gt; &lt;/div&gt; &lt;!-- / HEADER --&gt; &lt;!-- 1ST PAGE BREAK --&gt; &lt;div class="pageBreak"&gt;&amp;nbsp;&lt;/div&gt; &lt;!-- / 1ST PAGE BREAK --&gt; &lt;!-- SUBHEADER --&gt; &lt;div class="subHeader"&gt; &lt;div class="form" style="float: right; width: 300px;"&gt; &lt;!-- FORM --&gt; &lt;form id='login' action='login.php' method='post' accept-charset='UTF-8'&gt; &lt;input type='hidden' name='submitted' id='submitted' value='1'/&gt; &lt;div&gt; &lt;label style="float: left;" for='username' &gt;School Email&lt;/label&gt; &lt;input style="float: right;" type='text' name='username' id='username' maxlength="50" /&gt;&lt;/br&gt;&lt;/br&gt; &lt;/div&gt; &lt;div style="clear: both;"&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt; &lt;label style="float: left;" for='password' &gt;Password&lt;/label&gt; &lt;input style="float: right;" type='password' name='password' id='password' maxlength="50" /&gt; &lt;/div&gt; &lt;div style="clear: both;"&gt;&amp;nbsp;&lt;/div&gt; &lt;p style="font-size: 70%; text-align: right; line-height: 8px;"&gt;&lt;a href="app-test/forgot-password.php"&gt;Forgot your password?&lt;/a&gt;&lt;/p&gt; &lt;p style="font-size: 70%; text-align: right; line-height: 8px;"&gt;&lt;a href="register.php"&gt;Want to register?&lt;/a&gt;&lt;/p&gt; &lt;div&gt;&lt;input type='submit' name='Submit' value='Log In' style="float: right;"/&gt;&lt;/div&gt; &lt;/form&gt; &lt;!-- /FORM --&gt; &lt;/div&gt; &lt;div style="clear: both;"&gt;&amp;nbsp;&lt;/div&gt; &lt;/div&gt; &lt;!-- / SUBHEADER --&gt; &lt;!-- 2ND PAGE BREAK --&gt; &lt;div class="pageBreak"&gt;&amp;nbsp;&lt;/div&gt; &lt;!-- / 2ND PAGE BREAK --&gt; &lt;/div&gt; &lt;!-- / CONTAINER --&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.
    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