Hey guys. I was wondering if theres any way to make two of the images fit on one line. ---> http://tinyurl.com/2znz8m it's the ones under the "vote for us" section on the right hand side. Thanks, any help would be appreciated.
It's probably a css issue with how the images in the sidebar are padded. If you know the basics of css you can go in and correct that. Whats the code in your widget look like?
something like this: <a href="http://www.animetoplist.org/"><img src="http://www.animetoplist.org/button.php?u=rawrcake" alt="" border="0" /></a> <a href="http://da-anime.itopsites.com/" ><img src="http://da-anime.itopsites.com/button.php?id=135591" alt="Da-Anime Topsites" border="0" /></a> but i will check my CSS and see if i could correct it. Thanks for the tip
This may sound crazy, but I had a similar issue trying to get buttons to display side by side in my footer...I simply just put the code right next to each other, divided by a "|", and it worked just fine..with independent hyper links and all.