Need help with Tables 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.
2 posters

    Need help with Tables

    avatar
    NewerthMajica
    New Member


    Posts : 5
    Reputation : 1
    Language : Filipino

    In progress Need help with Tables

    Post by NewerthMajica January 14th 2015, 9:24 am

    I Need help.How Do I make a table?I'm making a rules for my server in SA-MP.
    I want it to look exactly like this.
    Need help with Tables N15ef7
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Need help with Tables

    Post by _Twisted_Mods_ January 14th 2015, 9:46 am

    Code:
    <table style="background-color:black;color:white;">
    <tr>
    <th>title1</th>
    <th>title2</th>
    <th>title3</th>
    </tr>
    <tr>
    <td>some info1</td>
    <td>some info2</td>
    <td>some info 3</td>
    </tr>
    <tr>
    <td>some info1</td>
    <td>some info2</td>
    <td>some info 3</td>
    </tr>
    <tr>
    <td>some info1</td>
    <td>some info2</td>
    <td>some info 3</td>
    </tr>
    </table>
    avatar
    NewerthMajica
    New Member


    Posts : 5
    Reputation : 1
    Language : Filipino

    In progress Re: Need help with Tables

    Post by NewerthMajica January 14th 2015, 9:51 am

    Wait Do I have my BBCode or bla bla bla  HTML Enabled?If so, How?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Need help with Tables

    Post by _Twisted_Mods_ January 14th 2015, 10:09 am

    acp>general>message&emails>configuration

    turn on html and turn on html in your profile options

    old members will have to enable html in there profile new members wont
    avatar
    NewerthMajica
    New Member


    Posts : 5
    Reputation : 1
    Language : Filipino

    In progress Re: Need help with Tables

    Post by NewerthMajica January 14th 2015, 10:10 am

    How to turn on html in profile options?
    avatar
    NewerthMajica
    New Member


    Posts : 5
    Reputation : 1
    Language : Filipino

    In progress Re: Need help with Tables

    Post by NewerthMajica January 14th 2015, 10:14 am

    Okay This Shows me when I enabled everything you said.How can I change it to Fit this in my Width and height settings?
    Need help with Tables 10onnt3
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Need help with Tables

    Post by _Twisted_Mods_ January 14th 2015, 11:54 am

    change

    Code:
    <table style="background-color:black;color:white;">
    to
    Code:
    <table style="background-color:black;color:white;width:100%;height:100%">
    avatar
    NewerthMajica
    New Member


    Posts : 5
    Reputation : 1
    Language : Filipino

    In progress Re: Need help with Tables

    Post by NewerthMajica January 14th 2015, 12:18 pm

    It seems to low..I need its height to get higher
    Need help with Tables 2qtwqw5
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Need help with Tables

    Post by _Twisted_Mods_ January 14th 2015, 12:58 pm

    then change height:100% to height:1000px

    and set the 1000px lower or higher as needed