Note that there are some explanatory texts on larger screens.

plurals
  1. POWeird symbol during preview
    primarykey
    data
    text
    <p>The problem: I have a div where I will have a list of selections for users to choose. In this div, i have <br/> to separate the selections. Please refer to this link for image <a href="http://imgur.com/FQub7" rel="nofollow">http://imgur.com/FQub7</a>.</p> <p>the code is here:</p> <pre><code>&lt;div id="personal" class="personal"&gt; Personal Details &lt;/div&gt; &lt;div id="menu" class="menu"&gt; Permit &lt;/div&gt; &lt;div id="menulist" class="menulist"&gt; -Apply &lt;br /&gt; -Renew -Track &lt;br /&gt; -Progress &lt;br /&gt; -Information &lt;/div&gt; &lt;div class="menu2" id="menu2"&gt;Records&lt;/div&gt; &lt;div class="menulist2" id="menulist2"&gt;-Permits&lt;br /&gt; -Training&lt;br /&gt; -Training Schedule&lt;br /&gt; -Accidents &amp;amp; &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Convictions&lt;/div&gt; &lt;/div&gt; </code></pre> <p>And the code for CSS is here:</p> <pre><code>.personal { position:absolute; color:#fff; top:210px; left:20px; font-size:20px; font-family:'TrajanProBold'; width:20%; } .menu { position:absolute; color:#fff; top:255px; left:20px; font-size:30px; font-family:'TrajanProBold'; width:289px; } .menulist { position:absolute; color:#fff; top:295px; left:60px; font-size:20px; font-family: 'TrajanProRegular'; width:23%; } .menu2 { position:absolute; color:#fff; top:401px; left:20px; font-size:30px; font-family:'TrajanProBold'; width:285px; } .menulist2 { position:absolute; color:#fff; top:441px; left:60px; font-size:20px; font-family: 'TrajanProRegular'; width:23%; } </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.
 

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