Center button Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Center button

    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Center button

    Post by -MiSHmaSH- October 6th 2013, 8:13 pm

    Hi! How to center this button? I hate than it is in left side.

    Code:
    <script type="text/javascript" src="//www.draugiem.lv/api/api.js"></script><div id="draugiemLike"></div>
    <script type="text/javascript">
    var p = {
     titlePrefix:"banan.forumlv.com",
     text:"Biju banānforumā- patika. Ienāc arÄ« Tu! ;)",
     name:"bananforums",
     popup:true
    };
    new DApi.Like(p).append('draugiemLike');
    </script>
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Center button

    Post by levy October 6th 2013, 8:20 pm

    Try this code

    Code:
    <script type="text/javascript" src="//www.draugiem.lv/api/api.js"></script><div id="draugiemLike" style="margin:0 auto;text-align:center;></div>
    <script type="text/javascript">
    var p = {
    titlePrefix:"banan.forumlv.com",
    text:"Biju banānforumā- patika. Ienāc arī Tu! ;)",
    name:"bananforums",
    popup:true
    };
    new DApi.Like(p).append('draugiemLike');
    </script>
    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Re: Center button

    Post by -MiSHmaSH- October 6th 2013, 8:26 pm

    I'll try it tomorow, I don't have time now :p

    Thanks again
    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Re: Center button

    Post by -MiSHmaSH- October 8th 2013, 3:15 pm

    Not working
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Center button

    Post by runawayhorses October 8th 2013, 5:29 pm

    Try adding this to your HTML page:

    Code:
    <style type="text/css">
    #draugiemLike {
    text-align:center;
    }
    </style>
    Or this to your css stylesheet:

    Code:
    #draugiemLike {
    text-align:center;
    }
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Center button

    Post by Sir Chivas™ October 9th 2013, 3:52 am

    Hi,

    Can you post a screenshot explaining what you're really looking forward, that way we don't confuse each other, thank you. Very Happy
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Center button

    Post by levy October 9th 2013, 11:21 am

    Code:
    <script type="text/javascript" src="//www.draugiem.lv/api/api.js"></script><div id="draugiemLike" style="margin:0 auto;text-align:center;"></div>
    <script type="text/javascript">
    var p = {
    titlePrefix:"banan.forumlv.com",
    text:"Biju banānforumā- patika. Ienāc arī Tu! ;)",
    name:"bananforums",
    popup:true
    };
    new DApi.Like(p).append('draugiemLike');
    </script>
    Try now , I've lost a " .
    -MiSHmaSH-
    -MiSHmaSH-
    Forumember


    Male Posts : 267
    Reputation : 12
    Language : Latvian

    Solved Re: Center button

    Post by -MiSHmaSH- October 9th 2013, 1:48 pm

    Thanks candy, that worked :wouhou:
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Center button

    Post by SLGray October 9th 2013, 6:49 pm

    Topic Solved & Locked



    Center button Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.