Hi I need to fix the alignment of my 88sport logo gif file here: www.footballextras.net at right side bar, please tell me the exact code how to adjust it to centre from sidebar.php
I could not get it to play nice with auto margins or text-align:center codes, but I was able to position it for you using a defined left margin. Here is the code: #container a img { margin-left: 100px !important; } Just add it to the bottom of your style.css file. Hope that helps. - Scott