MyBB Community Forums

Full Version: move the image right with the text like the others?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone how to move the image right with the text like the others?

[Image: pictureq.png]
What is the url to your website?
It can be margin, padding or even the width of the image. We can't know without a live example.
i forgot to add this is the code i put :
<li><img src="http://img593.imageshack.us/img593/2057/upgrader.png" alt="upgrade" /></a>
<a href="{$mybb->settings['bburl']}/upgrade.php">Upgrade</a> 
</li>
There is a closing a-tag but no opening and also put the image in the link, like the other links on your forum:
<li>
<a href="{$mybb->settings['bburl']}/upgrade.php"><img src="http://img593.imageshack.us/img593/2057/upgrader.png" alt="upgrade" />Upgrade</a> 
</li>