MyBB Community Forums

Full Version: Broken Table Structure?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Once again, thank you to all of the developers and people that use the forum for their great support and advice. you have been a blessing to me, and now I come to you once again perplexed.

For some reason that I cannot find - the copyright and board generation statistics are now falling outside the forum structure at TheBionicWoman.com - I know it's a template issue, I just cannot find it to save my life!

Any help would be greatly appreciated, and you can view the site here for reference: http://www.thebionicwoman.com - just scroll to the bottom!

Thank you,

Steven
PS - That banner is in the footer as well, but replacing the footer code with original code does not do the trick

S
In the footer template, find:
			</div>
<br />
<center>

Move the </div> to the very end of the template.
There is one there - I will supply full footer code:

<br />
			<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div>
					<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>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>
			</div>
<br />
<center>
  <a href="http://www.fansource.com/wagnerstar.htm" target="_blank"><img src="http://www.thebionicwoman.com/images/starbanner.jpg" width="685" height="108" border="0"></a>
</center>
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
				     It must contain the links to the MyBB website and be formatted appropriately.

					 Failure to comply with the above will result in prosecution to the full extent of the law.
					 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 />
				TheBionicWoman.com content copyright 2008-{$copy_year}  <!-- End copyright -->
<br/>
Designed/Maintained - <a href="http://www.stevenlutz.com" target="_blank">Steven Lutz</a>
				<br />
<br class="clear" />
<!-- 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>

Thank you,

Steven
You still need to move one the </div> from further up to the end of the template, or possibly just delete it, it looks like there might be more closing than needed.
Most excellent! Thank you -

Pulling one div tag did the trick

Steven