Roster 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.
4 posters

    Roster

    avatar
    SINArMy
    Forumember


    Posts : 57
    Reputation : 0
    Language : English

    Roster Empty Roster

    Post by SINArMy July 24th 2009, 11:18 am

    can someone give me the code for a roster module?
    mist3r0us_b0y
    mist3r0us_b0y
    Forumember


    Male Posts : 747
    Reputation : 19
    Language : english

    Roster Empty Re: Roster

    Post by mist3r0us_b0y July 24th 2009, 12:12 pm

    clan roster ?
    avatar
    SINArMy
    Forumember


    Posts : 57
    Reputation : 0
    Language : English

    Roster Empty Re: Roster

    Post by SINArMy July 24th 2009, 12:14 pm

    yea, where i can make the headers

    Name Rank Battalion Division
    avatar
    harry potter puppet pals
    New Member


    Posts : 10
    Reputation : 0
    Language : Hogwarts

    Roster Empty Re: Roster

    Post by harry potter puppet pals July 24th 2009, 12:35 pm

    Content Removed
    avatar
    SINArMy
    Forumember


    Posts : 57
    Reputation : 0
    Language : English

    Roster Empty Re: Roster

    Post by SINArMy July 24th 2009, 12:36 pm

    someone plz remove that
    avatar
    SINArMy
    Forumember


    Posts : 57
    Reputation : 0
    Language : English

    Roster Empty Re: Roster

    Post by SINArMy July 28th 2009, 1:24 pm

    any1 figure this out yet?
    avatar
    SINArMy
    Forumember


    Posts : 57
    Reputation : 0
    Language : English

    Roster Empty Re: Roster

    Post by SINArMy July 31st 2009, 10:57 pm

    is anyone gonna answer this?
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Roster Empty Re: Roster

    Post by RoNo August 1st 2009, 6:55 am

    Try experiment with tables for this sort of thing.

    You can have this [ click ]
    Roster Roster_s2

    Code:
    <p align="center"><u><font size="5">Forum / Clan Name</font></u></p>

    <p align="center"><font size="5">Roster</font></p>
    <div align="center">
    <center>
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="40%">
    <tr>
    <td width="18%" align="center"><b>Name</b></td>
    <td width="18%" align="center"><b>Rank</b></td>
    <td width="18%" align="center"><b>Battalion</b></td>
    <td width="18%" align="center"><b>Division</b></td>
    </tr>

    <tr>
    <td width="18%" align="center">DeKeeler</td>
    <td width="18%" align="center">Airman Basic</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    <tr>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    <td width="18%" align="center">???</td>
    </tr>

    </table>
    <p align="center"><a name="Top">Jump to</a>:<br>
    <a href="URL">Optional Link</a> | <a href="URL">Optional Link</a> |
    <a href="URL">Optional Link</a> | <a href="URL">Optional Link</a></p>
    </center>
    Edit width percentages to customize. Add Url's + link names if you want them at the bottom.

    Very good