Page 1 of 1

Unexpected spacing

Posted: Fri Aug 15, 2008 10:26 pm
by toasty2
I have this website:
http://randomresources.org/?a=index
For some reason the translated version has an unexpected line break at the beginning:
http://randomresources.org/?a=index.es
You can see the source files here:
http://randomresources.org/content/index.html
http://randomresources.org/content/index.es.html
I can't find anything that would cause that space, the two files are treated equally when loaded by the CMS, so the problem isn't there.

Re: Unexpected spacing

Posted: Sat Aug 16, 2008 12:11 am
by Christopher
My suspicion would be the wrapping text is somhow causing the problem. Check the containing div.

Re: Unexpected spacing

Posted: Mon Aug 18, 2008 2:35 pm
by kaszu
Inside your code:

Code: Select all

<div class="block">?<h1>Nada
between "><" is a symbol which is not visible, but causes your problem.