Widget alligment issues
-
For some reason, my Facebook button appears lower than the rest
https://regretfulmorning.com/2009/04/5-types-of-gamers-weve-all-had-to-dominate/
This is the code for the button
<script>function fbs_click() {u=location.href;t=document.title;window.open('https://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(https://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; }</style><a href="https://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank" class="fb_share_link">Facebook</a>
Any idea?
- The topic ‘Widget alligment issues’ is closed to new replies.