cannot get boxes to look right

Discussion in 'HTML & Website Design' started by diamondedge, Apr 29, 2010.

  1. #1
    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.
     
    diamondedge, Apr 29, 2010 IP
  2. killerdesign

    killerdesign Peon

    Messages:
    381
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I could help you if you give me a link exchange... what do you think?
     
    killerdesign, Apr 29, 2010 IP
  3. diamondedge

    diamondedge Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I can do that. PM me what you want linked.
     
    diamondedge, Apr 30, 2010 IP
  4. killerdesign

    killerdesign Peon

    Messages:
    381
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sure, how can I access your html on that page? I already have the css solution to make that area aligned on that page...
     
    killerdesign, Apr 30, 2010 IP
  5. diamondedge

    diamondedge Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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 -->
     
    diamondedge, May 5, 2010 IP