statistic 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.
3 posters

    statistic

    Elena♥
    Elena♥
    Forumember


    Posts : 68
    Reputation : 1

    Solved statistic

    Post by Elena♥ Sun May 12, 2013 2:20 pm

    statistic Untitled-5f
    where can i find statistic like that ?
    http://restyourfate.lightbb.com/
    levy
    levy
    Hyperactive


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

    Solved Re: statistic

    Post by levy Mon May 13, 2013 12:32 am

    The statistics aren't automaticaly added , that is the code

    Code:
    <div id="statz"><table>
    <tbody><tr><th>STATISTICS</th>
    <th style="color:#0496f6;">M</th>
    <th style="color:#fa48b9;">F</th></tr>
    <tr><td>athenians</td> <td>#3</td> <td>#10</td></tr>
    <tr><td>spartans</td> <td>#3</td> <td>#4</td></tr>
    <tr><td>ithacans</td> <td>#2</td> <td>#5</td></tr> </tbody></table></div>

    Add where you want to have statistics

    Code:
    #statz table {
    width: 200px;
    margin: 10px auto;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 7px solid #eee9cf;
    background: #ffffff;
    padding: 2px;
    font-weight: italic;
    }

    #statz th {
    color: #eee;
    border: 1px solid #98aab1;
    background: #ccb9ab;
    font-size: 10px;
    text-align: center;
    }

    #statz td {
    color: #333;
    font-size: 10px;
    }

    That is the css part.
    Elena♥
    Elena♥
    Forumember


    Posts : 68
    Reputation : 1

    Solved Re: statistic

    Post by Elena♥ Tue May 14, 2013 3:15 pm

    Thank you very much this topic is solved.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: statistic

    Post by Sir Chivas™ Tue May 14, 2013 3:22 pm

    Topic Solved & Locked