Cory Booth Well-known member Licensed customer Jan 25, 2011 #1 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?
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?
Cory Booth Well-known member Licensed customer Jan 25, 2011 #2 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... Upvote 0 Downvote
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...
fattony69 Well-known member Licensed customer Jan 25, 2011 #3 Still a template edit, but a bit different. http://xenforo.com/community/threads/advertisment-in-the-header.10737/#post-145016 Upvote 0 Downvote
Still a template edit, but a bit different. http://xenforo.com/community/threads/advertisment-in-the-header.10737/#post-145016