Hey folks,
Trying to add some buttons to the bottom of my page. I'd like there to be six evenly spaced buttons across the footer.
Right now, the sizing of the widgets is off, and I don't quite know enough CSS to fix it.
Here's what it looks like now. Notice the bad spacing between 2nd-3rd buttons, 4th-5th buttons, and difference between the last button and the edge compared to the first.
Any ideas how to get some even spacing? Here's the CSS code for the footer. I noticed the widgets are different sizes (255px for two, 260px for one), did some tinkering and still couldn't get it all to work:
[CSS code moderated - please post a link to your site]
Here's the code I'm using for widget HTML buttons:
<img src="http://placehold.it/90x90" align="left" hspace="10" vspace="20">
<img src="http://placehold.it/90x90" hspace="25" vspace="20">
Any help would be greatly appreciated. I'm a programming newb, so I'm guessing this is an easy fix... just can't quite get my head wrapped around it! Thanks.
-Mike