Hi guys, after a bit of help here, see this page > Printing of Business Cards, Letterheads, Flyers - Stationery Direct
How do I make the gap below the google +1 button the same as the gap above the Facebook like button? I tried adding 'padding-bottom:' to the google code but it didn't do anything, if that was the right way to do it? Out of my depth here, anyone?
How do I make the gap below the google +1 button the same as the gap above the Facebook like button? I tried adding 'padding-bottom:' to the google code but it didn't do anything, if that was the right way to do it? Out of my depth here, anyone?
<!-- Facebook -->
<iframe src="http://www.facebook.com/plugins/like.php?app_id=207088675993575&href=http%3A%2F%2Fwww.stationery-direct.co.uk&send=false&layout=button_count&width=169&show_faces=false&action=recommend&colorscheme=light&font=tahoma&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:169px; height:30px;"></iframe>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="small" annotation="inline" width="169" href="http://www.stationery-direct.co.uk"></g:plusone>
<!-- Place this render call where appropriate -->
<script type="text/javascript">
window.___gcfg = {lang: 'en-GB'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>