I just started configuring my imagevue website and came across a weird issue. I want to have some clickable social buttons above my mailform that link to my facebook, twitter, etc. I placed the images after eachother without any < /br> or <p></p> tags in them, and still they show up vertical in stead of horizontal.
What am i doing wrong?
the code im using is this:
Code
<div><a href="http://www.facebook.com/mikulamusic" target="_blank"><img src="content/contact/facebook.png" height="50" width="50" /></a><a href="http://www.twitter.com/mikulamusic" target="_blank"><img src="content/contact/twitter.png" height="50" width="50" /></a><a href="http://youtube.com/badjak123" target="_blank"><img src="content/contact/youtube.png" ng="" height="50" width="50" /></a><a href="http://soundcloud.com/mikula" target="_blank"><img src="content/contact/soundcloud.png" height="50" width="50" /></a></div>You can check the result in the contactpage on my site http://www.futuretunes.com please don't mind how my site looks so far, i had just started