HTML Question for My Website?

Mike

New member
I have Twitter, Facebook and MySpace buttons for my website. By default, they are on top of each other, but I would like to make them side by side.

What code do I use to make this happen?

Here is my code:

<a href="http://twitter.com/myprofile" target="_blank"><img src="http://austinbikerides.com/files/img/stuff/icons/social_media/twitter_icon.png" border="0" alt="Follow Us!"></a>

<a href="http://www.facebook.com/pages/myprofile" target="_blank"><img src="http://nyca.net.np/images/face_book_icon.png" border="0" alt="Fan Us!"></a>

<a href="http://www.myspace.com/myprofile" target="_blank"><img src="http://www.lgloop.com/images/button/myspace_icon.gif" border="0" alt="Friend Us!"></a>
 
Back
Top