Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML list is not displayed
    primarykey
    data
    text
    <p>I'm making an editable and printable form in html, to generate documents like invoices and our terms and conditions. It's for a little business of mine. I thought I had it all correct, but...</p> <p>HTML:</p> <pre><code>&lt;h1&gt;Artikel 1&lt;/h1&gt; Spotlight Student gaat akkoord met de levering van diensten voor de klant in de volgende vorm:&lt;br&gt;&lt;br&gt; &lt;ul&gt; &lt;li&gt;Gelegenheid: &lt;span contenteditable&gt;Evenement&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Datum: &lt;span contenteditable&gt;Datum van evenement&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Tijd: &lt;span contenteditable&gt;Tijd van aankomst&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Locatie: &lt;span contenteditable&gt;Adres Locatie&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Geleverde dienst: &lt;span contenteditable&gt;Overeengekomen dienst&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>CSS:</p> <pre><code>li { margin-left: 25px; list-style-type: square;} </code></pre> <p>When I was coding this part of the form, a list, it displayed perfectly when I opened it locally in Google Chrome: <a href="http://i77.photobucket.com/albums/j64/kippendrecht/listoffline_zpsabe5ff34.jpg" rel="nofollow">http://i77.photobucket.com/albums/j64/kippendrecht/listoffline_zpsabe5ff34.jpg</a></p> <p>But when I had uploaded it to my webserver and viewed the page online, still in Google Chrome, all the mark up was gone: <a href="http://i77.photobucket.com/albums/j64/kippendrecht/listonline_zps5e3d8add.jpg" rel="nofollow">http://i77.photobucket.com/albums/j64/kippendrecht/listonline_zps5e3d8add.jpg</a></p> <p>What went wrong?</p>
    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