MyBB Community Forums

Full Version: Footer text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i add some text in footer center?
Open template 'footer' and add your code there.
And to add text in center, you can use the following code;
<div align="center">YOUR_CODE_GOES_HERE</div>
ACP>>Themes & Templates>>**Your Theme**>>Footer Templates>>Footer

In there is your footer content. Simply add
(2011-06-02, 03:08 PM)Yaldaram Wrote: [ -> ]And to add text in center, you can use the following code;
<div align="center">YOUR_CODE_GOES_HERE</div>
anywhere.