MyBB Community Forums

Full Version: show code on centre
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
on footer templete
i wants show this code on centre
{myadvertisements[zone_2]}

how i do this
Use this instead:

<div align="center">{myadvertisements[zone_2]}</div>
You can also use <center></center> tags.
Its not necessary that it can be only used to center text.

FYI, to align logo to center, we also, especially I, use this code and it works fine:

.logo {
 text-align: center;