| Message |
Author |
Posted:
Tue Apr 17, 2007 2:38 pm |
|
Yeah, just thought I'd post this for the people that aren't all that familiar with phpbb forums
normally a link looks like this: www.google.com
but in this.. (lets call it a tutorial) you'll learn how to make it look like this COCKFAGS! ..
All you need to do is to type this
| Code: |
| [url=www.google.com] text [/url] and it will show up as the text you wrote where I put "Text" in this case, the link would be called "Text" but still link the user to google. |
Pretty easy And it can look a bit more nice when you're trying to make a post which has to be short and readable!  |
_________________
Questions or Problems with 2142 or our servers ? Contact me at Koudelka84@kma-clan.com |
|
Koudelka84

Sergeant Major of the Army (SMA)

Joined: Apr 06, 2007
Posts: 416
Location: Copenhagen, DK
|
|
|
|
|
Posted:
Tue Apr 17, 2007 8:23 pm |
|
Some more commonly used BBcode tags - Here is a list of sample BBCode and its output:
Bolded Text
| Code: |
| [i]Italicized Text[/i] |
Italicized Text
| Code: |
| [u]Underlined Text[/u] |
Underlined Text
| Code: |
| [color=red]Red Text[/color] or [color=#FF0000]Red Text[/color] |
Red Text or Red Text
| Code: |
| [size=24]Bigger Text[/size] |
Bigger Text
| Code: |
| [quote]This cheese is delicious[/quote] |
| Quote: |
| This cheese is delicious |
| Code: |
| [quote="The Cheese Man"]This cheese is delicious.[/quote] |
| The Cheese Man wrote: |
| This cheese is delicious. |
| Code: |
| [code]if ($cheese == "tasty") { return true; }[/code] |
| Code: |
| if ($cheese == "tasty") { return true; } |
| Code: |
| [list][*]Cheddar Cheese[*]Limburger Cheese[*]Cottage Cheese[/list] |
- Cheddar Cheese
- Limburger Cheese
- Cottage Cheese
| Code: |
| [list=1][*]Cheddar Cheese[*]Limburger Cheese[*]Cottage Cheese[/list] |
- Cheddar Cheese
- Limburger Cheese
- Cottage Cheese
| Code: |
| [list=a][*]Cheddar Cheese[*]Limburger Cheese[*]Cottage Cheese[/list] |
- Cheddar Cheese
- Limburger Cheese
- Cottage Cheese
| Code: |
| [url=http://www.phpbb.com/]Visit phpBB![/url] |
Visit phpBB!
| Code: |
| [url]http://www.phpbb.com/[/url] |
http://www.phpbb.com/
| Code: |
| [email]no.one@domain.adr[/email] |
no.one@domain.adr |
| |
|
spasticdonkey

President of the United States

Joined: Jun 23, 2005
Posts: 3381
Location: Texas, USA
|
|
|
|
|
Posted:
Wed Apr 18, 2007 6:56 am |
|
hey thanks! didnt know about the Will look nicely with my rules and stuff in bf2142 public  |
_________________
Questions or Problems with 2142 or our servers ? Contact me at Koudelka84@kma-clan.com |
|
Koudelka84

Sergeant Major of the Army (SMA)

Joined: Apr 06, 2007
Posts: 416
Location: Copenhagen, DK
|
|
|
|
|