MyBB Community Forums

Full Version: How to properly align this top right image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to align the image shown in below image and adjust the area.

[Image: tBkwmjI.jpg]
currently i am using following code to show the image on the top right corner of the forum:
in header template


<div style="float:right"> <div align="right"> </div>
<a href="http://website.com/member.php?action=register" target="_self"><img src="http://www.website.com/images/register.png" > </a><div align="center"> </div>
</div>

I would appreciate your response.

Best Regards,
You would need to place the code within the wrapper.
(2014-12-22, 10:48 PM)Tindris Wrote: [ -> ]You would need to place the code within the wrapper.

How to find wrapper inside ACP?

thanks, i found the wrapper tag inside the same header template. solved.