MyBB Community Forums

Full Version: So many space
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have added this code into the footer_languageselect to make a search box:

<div style="margin-top: -4px">

<form method="post" action="{$mybb->settings['bburl']}/search.php">

<input type="hidden" name="action" value="do_search" />

<input type="hidden" name="postthread" value="1" />

<input type="hidden" name="forums" value="all" />

<input type="hidden" name="showresults" value="threads" />

<input type="text" name="keywords" value="Search..."
onfocus="if(this.value == 'Search...') { this.value = ''; }"
onblur="if(this.value=='') { this.value='Search...'; }" class="textbox"
size="25" />

<input type="submit" class="button" value="Go" />

</form>

</div>

But look at the space:
[attachment=15680]

How do I rewmove this space?
Thanks
There is any way to do it?
Sorry to bump but...
I have this problem with my forum...
Any one can help?
Validate your pages, sometimes this is caused by an unclosed div or something.

http://validator.w3.org
Wow! 300 errors..
I have to correct all of them!
(2009-10-19, 11:11 PM)MattRogowski Wrote: [ -> ]Validate your pages, sometimes this is caused by an unclosed div or something.

http://validator.w3.org
I have solved some errors but the space didn't desappear...
What I have to do to solve it?