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
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 Wed 14 Jan - 9:24

    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_ Wed 14 Jan - 9:46

    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 Wed 14 Jan - 9:51

    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_ Wed 14 Jan - 10:09

    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 Wed 14 Jan - 10:10

    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 Wed 14 Jan - 10:14

    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_ Wed 14 Jan - 11:54

    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 Wed 14 Jan - 12:18

    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_ Wed 14 Jan - 12:58

    then change height:100% to height:1000px

    and set the 1000px lower or higher as needed

      Current date/time is Mon 23 Sep - 0:22