Hello all and sorry to be a pain, i am a newbie when it comes to php and have to admit i am struggling.
I am currently trying to allign all the social links (facebook like, follow on twitter, and google+ button)
however i am un able to have them all in a line, instead all i can do it get them below each other
in other words i would like them horizontal but am only able to get them verticle
the code for each is
facebook like:
<iframe src="http://www.facebook.com/plugins/like.php?href=myfishforsale.co.uk&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe><table width="100%" border="0" cellpadding="0" cellspacing="0" >
twitter:
<a href="http://twitter.com/myfishforsale" class="twitter-follow-button" data-show-count="false">Follow
@myfishforsale</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
google+:
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'en-GB'}
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone>
any help would be appreciated as i really am lost.
many thanks for your help in advance