MyBB Community Forums

Full Version: Whats the img code for the template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I see now,

So, i tried the <br style="clear: both" />
<div style="text-align:center;">Text here</div>
<br style="clear: both" /> code, and it worked! Thank you buddy Smile

Would it also be possible to place a link where the image is too,

So, when a user clicks on the image, it takes them to that link.

Would i have to mix some code for that?
To open it in the same tab, use this:

<div style="text-align:center;"><a href="LINK_HERE">Text or image here</a></div>

To open it in a new tab, use this:

<div style="text-align:center;"><a href="LINK_HERE" target="_blank">Text or image here</a></div>
Pages: 1 2