Image in top right

Cory Booth

Well-known member
This may be posted (not sure how to find it)...

What would be the easiest way to place a static (not a rotating ad) image in the top right?
 
OK made it happen by editing the logo_block template and adding to the bottom:

HTML:
<div>
<img style="position:absolute; top:20px; right:10px;" src="http://mysite.com/image.png" />
</div>

Would like to do it without template edits though...
 
Top Bottom