Note that there are some explanatory texts on larger screens.

plurals
  1. POelement not placed on desired location : class="ten columns" has no effect on the place of the element
    primarykey
    data
    text
    <p>According to web2py documentation page is divided in sixteen columns and this should be placed on 10th column but it does not work, I am new to all these so have no idea where to start debugging from. pointers?</p> <pre><code> &lt;div class="ten columns"&gt; &lt;nav&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Help&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Login&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Privacy&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/nav&gt; &lt;/div&gt; &lt;/header&gt; </code></pre> <p><code>ten columns</code> has no effect. The list is placed on default location(left most). </p> <p><code>*Entire File*</code></p> <pre><code>&lt;!DOCTYPE html&gt; &lt;head&gt; &lt;title&gt;Web On Steroids&lt;/title&gt; {{response.files.append(URL('static','css/skelton.css'))}} {{include 'web2py_ajax.html'}} &lt;/head&gt; &lt;body&gt; &lt;header class="container"&gt; &lt;div class="ten columns"&gt; &lt;h1&gt;tukker.me&lt;/h1&gt; &lt;/div&gt; &lt;div class="ten columns"&gt; &lt;nav&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Help&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Login&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Privacy&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/nav&gt; &lt;/div&gt; &lt;/header&gt; &lt;section id="main" class="container"&gt; &lt;div class="ten columns"&gt; &lt;h1&gt;Messages With 300 Chars&lt;/h1&gt; &lt;/div&gt; &lt;div class="sixteen columns"&gt; &lt;a href="#" class="button"&gt;Register&lt;/a&gt; &lt;/div&gt; &lt;footer class="container"&gt; &lt;nav class="sixteen columns alpha omega"&gt; &lt;a href="#"&gt;About&lt;/a&gt; &lt;a href="#"&gt;Terms&lt;/a&gt; &lt;a href="#"&gt;Contact&lt;/a&gt; &lt;/nav&gt; &lt;/footer&gt; &lt;/body&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.
 

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