How to make this my own post template
5 posters
Page 1 of 1
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
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
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.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: How to make this my own post template
i can't really understand what you mean can you do it step by step ?
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
Re: How to make this my own post template
Well we are same and i hope that a support staff can answer this question ...
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
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. )
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: How to make this my own post template
how can i add my own style in the codes ?
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
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 ...
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
Re: How to make this my own post template
Problem Solved: | Glad your problem is solved; topic marked as solved and archived. |
Similar topics
» Role Play Character Post Template
» how to make to you can post links
» Can't make a new post
» how can i make a post?
» how to make bot post?
» how to make to you can post links
» Can't make a new post
» how can i make a post?
» how to make bot post?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum