Note that there are some explanatory texts on larger screens.

plurals
  1. POParts of word gets pushed to next line (sifr3-r436)
    text
    copied!<p>When reloading the page, sometimes <code>&lt;li&gt;Dagbladet&lt;/li&gt;</code> is rendered with a linebreak before "t", so it looks like:</p> <pre> Dagblade t </pre> <p><code>&lt;li&gt;DN&lt;/li&gt;</code> is always rendered as:</p> <pre> D N </pre> <p>I´d like to list each list element to the right for the previous one. It´s positioned as it should when I don´t activate sIFR3.</p> <p>All tips on how to use sIFR3 with to achieve this is highly appreciated! The list should look like this: </p> <pre> Aftenposten Dagbladet Verdens Gang DN </pre> <p><br> <hr> <br></p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&gt; &lt;title&gt;type-test&lt;/title&gt; &lt;link rel="stylesheet" href="sifr/sifr.css" type="text/css"&gt; &lt;script src="sifr/sifr.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8"&gt; var cochin = { src: '/sifr3-r436/demo/cochin.swf'} sIFR.activate(cochin); sIFR.replace(cochin, { selector: 'h1, h2, h3, h4, li', css: '.sIFR-root { }' }); &lt;/script&gt; &lt;style type="text/css" media="screen"&gt; ul li { list-style: none ; display: inline ; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;p&gt; &lt;ul&gt; &lt;li&gt;Aftenposten&lt;/li&gt; &lt;li&gt;Dagbladet&lt;/li&gt; &lt;li&gt;Verdens Gang&lt;/li&gt; &lt;li&gt;DN&lt;/li&gt; &lt;ul&gt; &lt;/p&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
 

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