Why can't i get this facebook icon, , to center?? This is the code i have,
<div id="sidebar_left">
and the code, messed it up the first time,
<div id="sidebar_left">
<ul>
<li id="text-7" class="sidebaritem"><div class="sidebarbox"><h2 class="widgettitle">Facebook Justin</h2> <div class="textwidget"><a href="http://www.facebook.com/#!/profile.php?id=" target="_blank" title="Justin's Page"><img src="http://www.ajgo.org/wp-content/uploads/2010/04/FaceBook-icon.png" align="center" height="100px" width="100px" alt="Follow" margin-top="20px" margin-bottom="20px" /></a></div>
</div></li></ul>
Thanks, it kinda worked. Any reason why it would work in the left sidebar and not the right. These codes are exactly identical and it will center the left and not the right. Thanks for the response. See below. Sorry bout this, i'm still trying to learn some things.
http://img.skitch.com/20100630-ngu64x1kdxnn49sqbm6p3ckbat.jpg
You may have some existing img, align, or float style for the right sidebar in your theme's stylesheet (style.css) that may be interfering with it. I've had to track down these sort of alignment issues when customizing my own themes and it can be very frustrating.