Question: How do you get the buttons on your blog roll page to line up so nicely?
I am
If I just copied and pasted all of their button codes without making any changes, here's what it would look like:
Eeek! This would drive me crazy. And it just doesn't look very nice and polished, does it? There really doesn't seem to be a standard blog button size on the interwebz, so you might see some buttons that are 125x125 (like mine), 150x150, 200x200, or other random dimensions. Also, some people include alignment or line breaks in their code which can throw things off.
So I tweaked the code just a little bit and here's how it looks now:
Much better! Here's how I did it:
1. I removed any line breaks "<br>" and alignment code "<center></center>"
Before: <img src="http://i53.tinypic.com/2i9gq6f.jpg" />
After: <img height="125" src="http://i53.tinypic.com/2i9gq6f.jpg" width="125" />
If you'd like to line them up vertically in your sidebar, resize the buttons as you see fit but don't remove the line breaks. If they aren't included in the button code, you might want to insert them after each button.
Please let me know if you have trouble with any of this, or if I left something out!