How to make this my own post template
Page 1 of 1 • Share •
How to make this my own post template
Hi i notice that almost all important messages on forumotion have like this template i want to know how to make my own and i assure you that 100% i won't copy that template i just wanted to know how..
Screenshot:

Screenshot:

Last edited by Piston on October 23rd 2011, 2:41 pm; edited 1 time in total
Aomine- Forum Reviewer
-
Posts : 2387
Reputation : 295
Language : Tagalog, English
Location : Philippines
Re: How to make this my own post template
I do remember asking this question once before and I have forgotten how to do this. Use keywords related to the table, like post template.
vExodus- Forumember
- Posts : 42
Reputation : 2
Language : English, Gaelic, German, Russian
Re: How to make this my own post template
It is a table with a class.
So in bbcode have something like:
And then the class of noticebox is styled in the CSS.
So in bbcode have something like:
- Code:
[table class="noticebox"][tr][td]
And then the class of noticebox is styled in the CSS.
Re: How to make this my own post template
i can't really understand what you mean can you do it step by step ?

No Support via PM!
Aomine- Forum Reviewer
-
Posts : 2387
Reputation : 295
Language : Tagalog, English
Location : Philippines
Re: How to make this my own post template
Well we are same and i hope that a support staff can answer this question ... 


No Support via PM!
Aomine- Forum Reviewer
-
Posts : 2387
Reputation : 295
Language : Tagalog, English
Location : Philippines
Re: How to make this my own post template
Well basically, in a post, you put what you want in a table.
Like this:
And then in your CSS, you style it.
By going
Get it now?
(PS, that was only some example CSS, you'll have to do your own, and style how YOU would like it to look. )
Like this:
- Code:
[table class=notice][tr][td]
YOUR TEXT HERE
[/td][/tr][/table]
And then in your CSS, you style it.
By going
- Code:
.notice {
background-color: #FFF;
border: 2px solid #000;
}
Get it now?
(PS, that was only some example CSS, you'll have to do your own, and style how YOU would like it to look. )
Re: How to make this my own post template
how can i add my own style in the codes ?

No Support via PM!
Aomine- Forum Reviewer
-
Posts : 2387
Reputation : 295
Language : Tagalog, English
Location : Philippines
Re: How to make this my own post template
Hi!
The style of your table is defined using CSS. LGforum has given an example of some styling. The above codes with give a white background and a solid black border. You can add your own by adding new rules into the CSS.
The style of your table is defined using CSS. LGforum has given an example of some styling. The above codes with give a white background and a solid black border. You can add your own by adding new rules into the CSS.

Re: How to make this my own post template
Well ok this is now solved !!
Thanks for those who help ...


No Support via PM!
Aomine- Forum Reviewer
-
Posts : 2387
Reputation : 295
Language : Tagalog, English
Location : Philippines
Re: How to make this my own post template
![]() | Problem Solved: | Glad your problem is solved; topic marked as solved and archived. ![]() |
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum