I am trying to get the digg, facebook share, and twitter buttons to look nice to the right of the title of the game here: http://www.thetwitterfitter.com/action/24/04/warzone-tower-defense-extended I know where to edit the info because I put the buttons there, but I just dont know enough to get them squared up and aligned. Anyone willing to help? I would appreciate it.
Sure, how can I access your html on that page? I already have the css solution to make that area aligned on that page...
Here is my code: <div class = "gameright"> <script type="text/javascript"> (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script> <a name="fb_share" type="box_count" float: right; margin-left: 10px; href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> <a class="DiggThisButton DiggMedium"></a> <?php echo '<ul class="addtoany_list">'; if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); echo '</ul>'; ?> </div> <!-- end gameright div -->