Greetings;
I am trying to add a button in my heading for Facebook so that it links to my facebook page. I have the button working but it isnt where i want it and dosnt matter what i do i cant seem to move it. I would like the button on the line above where the rest of the buttons are on the right hand side.
Here is the coding;
tpl_header.php
stylesheet.cssCode:<div <?php echo ($current_page_base == FILENAME_FACEBOOK) ? ' class="current"' : ''; ?>><a href="http://www.facebook.com/pages/Delights-of-the-Flesh/147018598659118?sk=wall"><img src="includes/templates/bdsm/images/facebook.gif" height="50" alt="Facebook"></a></div>
Anyone know what i have done wrong ?Code:#facebook { background:url(../images/facebook.gif) no-repeat scroll left; }


Reply With Quote
