How can I add table in Forum Rules? 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

    How can I add table in Forum Rules?

    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved How can I add table in Forum Rules?

    Post by Van-Helsing November 8th 2014, 12:38 pm

    Hello all,
    How can I add table in Forum Rules like this forum http://prntscr.com/547y6e ?


    Last edited by Black-Shadow on November 8th 2014, 10:41 pm; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How can I add table in Forum Rules?

    Post by Ange Tuteur November 8th 2014, 10:08 pm

    Hello Black-Shadow,

    Go to Administration Panel > General > Categories and forums > edit a forum Edit

    Scroll down to "Forum rules" and choose where you want the rules to display, and of course the rules itself. You can use a table with a class to style the rules :
    Code:
    [table class="forum_rules"][tr][td]Rules content[/td][/tr][/table]

    Then style the table in the CSS stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    .forum_rules {
      background:#3A3;
      border:1px solid #080;
      font-weight:bold;
    }
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: How can I add table in Forum Rules?

    Post by Van-Helsing November 8th 2014, 10:40 pm

    Hello Ange,
    Thank you very much its solved.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How can I add table in Forum Rules?

    Post by Ange Tuteur November 8th 2014, 11:16 pm

    You're welcome ^^

    Topic archived