My new survey consist of three languages: english, german, netherland.
On the welcome page the format for german and netherlands language is fine. Selecting english there is additional html code produced what moves the content to the bottom by some lines.
The html-code of the english page:
<!-- START THE SURVEY -->
<noscript><span class='warningjs'>Caution: JavaScript execution is disabled in your browser. You may not be able to answer all questions in this survey. Please, verify your browser parameters.</span></noscript>
<div id="welcome">
<p id='surveydescription' class="text"><p>
</p>
<p>
</p>
<p>
</p>
</p>
<p id='surveywelcome' class="text">
And here the code of the german or netherland selection:
<!-- START THE SURVEY -->
<noscript><span class='warningjs'>Achtung: Javascript ist in Ihrem Browser deaktiviert. Es kann sein, dass sie daher die Umfrage nicht abschließen werden können. Bitte überprüfen Sie ihre Browser-Einstellungen.</span></noscript>
<div id="welcome">
<p id='surveydescription' class="text"></p>
<p id='surveywelcome' class="text">
Does anybody know how to get the english format aligned to the other two languages?