MyBB Community Forums

Full Version: Expanding Footer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2014-03-31, 07:20 PM)effone Wrote: [ -> ]Well that must be line breaks. Remove the bold codes:

<br />
<!-- End powered by -->
<br />
<br class="clear" />


Make sure not to remove {$task_image} and {$auto_dst_detection}. Be double sure.


Hmmm, didn't seem to work. Sad

</div>
		</div>
<br />
			<div id="foot">
<div class="col">
<h3>Navigation 1</h3>
<ul>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
</ul>
</div>
    <div class="col">
<h3>Navigation 2</h3>
<ul>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
</ul>
</div>
    <div class="col">
<h3>Navigation 3</h3>
<ul>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
</ul>
</div>
<div class="col">
<h3>Navigation 4</h3>
<ul>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
<li><a href="link 1">link 1</a></li>
<li><a href="link 2">link 2</a></li>
</ul>
</div>
</div>
				</div>
			</div>
			</div>
		<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://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.
				<!-- End powered by -->
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
There are so many things that can cause CSS/HTML to not work as expected. You need - to learn CSS and html.

The things you are asking are basic and you wont share a link to the theme for us to help you. Because you are afraid of it being ripped? Then you have to learn on your own a bit. Use Google, look for tutorials.
(2014-03-31, 08:59 PM)Leefish Wrote: [ -> ]There are so many things that can cause CSS/HTML to not work as expected. You need - to learn CSS and html.

The things you are asking are basic and you wont share a link to the theme for us to help you. Because you are afraid of it being ripped? Then you have to learn on your own a bit. Use Google, look for tutorials.

What the? There is a link in the Original Post, nothing in THIS thread said I'm afraid to post a link. No I didn't just add the link because if you look at the post it doesn't say anything about it being edited.
There is no gap at the bottom. The area you are talking about is #copyright. Add background to it if you wanna manage further (to your global.ss @ line no. 442).
Pages: 1 2