MyBB Community Forums

Full Version: Contact us going up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I dont know what is happening on my board.
The contact us is going up.
Can anyone help me about this?
[attachment=14398]

Thank you!
This is not a bug! Please check your template footer.
Do a validation. Probably a tag wasn't closed.
what should i do now?
please help me..
what is the code that i'll remove or add?

<br />
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- MyBB is free software developed and maintained by a volunteer community. 
					 It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, 
					 to show your support for MyBB.  If you choose to remove or modify the copyright below, 
					 you may be refused support on the MyBB Community Forums.
					 
					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br />FaceBBook themed by <a href="http://creativebb.com">CreativeBB</a>.
				<!-- End powered by -->
				<br />
<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div>
					<div class="float_left"><span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">Archive</a></span>
				</div></div>
			</div>
			</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
		</div>
		</div>
Try adding:

clear: both;

to the CSS code of the bottommenu class.
Do you have a link to your website?