Note that there are some explanatory texts on larger screens.

plurals
  1. POHidden spaces/tabs pushing content down
    primarykey
    data
    text
    <p>This happened recently and I don't really know what is causing this. Some pages are fine so I tried copying the codes over to those files affected and the content is pushed down, two files with same code and one of them is pushed down. I thought maybe it could be the file format so I tried changing encoding to UTF-8, UTF-8 without BOM, ANSI. Using notepad++, CodeIgniter, XAMPP 3.1.0.3.1.0.</p> <p>This is what I mean <a href="http://i37.tinypic.com/2cletz.png" rel="nofollow">http://i37.tinypic.com/2cletz.png</a></p> <p>It should be like this <a href="http://i33.tinypic.com/2ypnpjp.png" rel="nofollow">http://i33.tinypic.com/2ypnpjp.png</a></p> <p>Appears in quotation when inspecting elements in Chrome(able to delete by clicking delete node and it is becomes fine) <a href="http://i36.tinypic.com/30bhchz.png" rel="nofollow">http://i36.tinypic.com/30bhchz.png</a></p> <p>Appears as spaces/tabs when viewing source in IE <a href="http://i37.tinypic.com/2dj76fk.png" rel="nofollow">http://i37.tinypic.com/2dj76fk.png</a></p> <p>A simple HTML code like this can cause this problem</p> <pre><code>&lt;!DOCTYPE HTML &gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body link="#294052" vlink="#294052" alink="grey" font="verdana" style="width:1407px"&gt; &lt;div id="header" style="height:100px;width:1407px;background-color:#294052;"&gt; &lt;div id="img" style="float:left;"&gt; &lt;img src="/e-com/images/logo.jpg" style="margin-left:130%;" /&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
    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