Note that there are some explanatory texts on larger screens.

plurals
  1. POMultiple lists put side-by-side and with a styled title header
    primarykey
    data
    text
    <p>I want to have about 7 lists (UL) side-by-side and each list has a separate styled header title. I am trying to get the lists to sort nicely underneath the header title and the bullets also (was thinking using text-indent, but that doesnt work in IE8 apparently!??). I came up with below code (I am a newbie), but again HTML validator is throwing error messages at me. I know I cannot put my styled header title under the UL but thats the only way to get it nicely sorted in one clean straight column. What I am doing wrong?</p> <pre><code>&lt;ul style="width:14%; float:left;"&gt; &lt;span style="font-size: 13px;"&gt;&lt;p class="notice"&gt;title 1&lt;/p&gt;&lt;/span&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;aaaaa&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;bbbbb&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;ddddd&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;ul style="width:14%; float:left;"&gt; &lt;span style="font-size: 13px;"&gt;&lt;p class="notice"&gt;title2&lt;/p&gt;&lt;/span&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;eeeeee&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;ffffff&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;hhhhhhh&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;ul style="width:14%; float:left;"&gt; &lt;span style="font-size: 13px;"&gt;&lt;p class="notice"&gt;title3&lt;/p&gt;&lt;/span&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;iiiiii&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;kkkkkk&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="underline2" href="etc etc"&gt;&lt;span style="font-size: 10pt; line-height: 14px; color: #616161;"&gt;llllllll&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&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