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.
The forum of the forums
3 posters

    statistic

    Elenaā™„
    Elenaā™„
    Forumember


    Posts : 68
    Reputation : 1

    Solved statistic

    Post by Elenaā™„ May 12th 2013, 5:20 pm

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


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

    Solved Re: statistic

    Post by levy May 13th 2013, 3: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ā™„ May 14th 2013, 6:15 pm

    Thank you very much this topic is solved.
    Sir Chivasā„¢
    Sir Chivasā„¢
    Helper
    Helper


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

    Solved Re: statistic

    Post by Sir Chivasā„¢ May 14th 2013, 6:22 pm

    Topic Solved & Locked

      Current date/time is September 22nd 2024, 5:33 pm