How can I add table in Forum Rules?
2 posters
Page 1 of 1
How can I add table in Forum Rules?
Hello all,
How can I add table in Forum Rules like this forum http://prntscr.com/547y6e ?
How can I add table in Forum Rules like this forum http://prntscr.com/547y6e ?
Last edited by Black-Shadow on Sat 8 Nov - 17:41; edited 1 time in total
Re: How can I add table in Forum Rules?
Hello Black-Shadow,
Go to Administration Panel > General > Categories and forums > edit a forum
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 :
Then style the table in the CSS stylesheet :
Display > Colors > CSS stylesheet
Go to Administration Panel > General > Categories and forums > edit a forum
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;
}
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum