MyBB Community Forums

Full Version: How Can I Center Footer Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can someone tell me please how to center the icons at the bottom of the forum?

Thanks.
Wrap the icon code with the following code in footer template;
<div align="center">ICON CODE GOES HERE</div>
(2011-10-06, 05:53 PM)Yaldaram Wrote: [ -> ]Wrap the icon code with the following code in footer template;
<div align="center">ICON CODE GOES HERE</div>

Thanks for your reply.
What would the icon code look like?
(2011-10-06, 06:13 PM)Wirral.Talk Wrote: [ -> ]Thanks for your reply.
What would the icon code look like?

Would you please post your forum's URL?
(2011-10-06, 06:47 PM)Yaldaram Wrote: [ -> ]
(2011-10-06, 06:13 PM)Wirral.Talk Wrote: [ -> ]Thanks for your reply.
What would the icon code look like?

Would you please post your forum's URL?

Yeah it is www.wirraltalk.co.uk

Your links at the bottom are centered. Open your forum so we can see the icons.
(2011-10-06, 08:03 PM)MarkW7 Wrote: [ -> ]Your links at the bottom are centered. Open your forum so we can see the icons.

Sorry forgot it was closed.
Just opened it now.


(2011-10-06, 08:06 PM)Wirral.Talk Wrote: [ -> ]
(2011-10-06, 08:03 PM)MarkW7 Wrote: [ -> ]Your links at the bottom are centered. Open your forum so we can see the icons.

Sorry forgot it was closed.
Just opened it now.

Or how could i remove them?
Try the index template.

ACP > templates > Index

and put <center> above
<dl class="forum_legend smalltext">
and </center> below
</dl>

It's not pretty but i'm pretty sure that'll do it.
(2011-10-06, 06:14 PM)Bapun Raz Wrote: [ -> ]Or you can also use only
 <center>code here</center> 

No. You never ever you <center> tags. I forbid it.

This isn't 1998.
(2011-10-06, 08:23 PM)MarkW7 Wrote: [ -> ]Try the index template.

ACP > templates > Index

and put <center> above
<dl class="forum_legend smalltext">
and </center> below
</dl>

It's not pretty but i'm pretty sure that'll do it.

No that didn't work sorry Sad
If it shouldn't be done this way and that way, then can someone tell me the correct way it should be done.

Thank you.
Pages: 1 2