unitedskeeball 0 Report post Posted December 4, 2009 I would like to post an image in the upper right hand corner of the header (above where the icons are) that is flush with the top of the page. I am going to use it for a player "login" button. How do I go about doing that....? HELP! Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 5, 2009 hmmm couple ways to do this... I might recommend 'absolute' positioning... How are your CSS skills? Put the HTML you need inside this element: `` in the header.php file. Then absolutely position it like so: ` .your_new_element { position:absolute; right: 25px; top:0px; } ` then we'll go from there. Ap Share this post Link to post Share on other sites
unitedskeeball 0 Report post Posted December 6, 2009 Done. I'm not great with CSS (no formal training) but I can putz my way around and get some basic things done. Thanks for pointing me in the correct direciton. www.unitedskeeball.com Share this post Link to post Share on other sites