Welcome Guest [Log In] [Register]
Viewing Single Post From: Bbcodes
Jay77710
Member Avatar
Administrator
Admin
As you may know, These forums don't support any type of markup language (HTML, XML, etc.). Instead, we have... *drum roll*

[size=14]BBCODE[/size]

In this post, I'm going to show you some of the tags you can use and how you can use them.

Now, all the different bbcodes (and not in just bbcode but in many other markup languages) are called tags. For a bbcode to work, you need a starting tag and a closing tag. The tags are differentiated by brackets []. The starting tag will have just brackets, then the closing tag will have a slash just after the first tag [/].


LINK- There are two ways to do a link in bbcode. You can do it the easy way so it would show the whole url (http://jay.sublimism.com/) or the cool way where you put it so that it shows whatever text you want but will send you to wherever you want (Click Here).

here is the regular one:
Code:
 
[url]WEBSITE URL HERE[/url]

here is the cool one:
Code:
 
[url="WEBSITE URL HERE"]TEXT HERE[/url]




IMAGE- This is a very simple one. You simply wrap your image url with the bbcode tags and you get your image.

here's the code:
Code:
 
[img]IMAGE URL[/img]




QUOTE- With the quote, you can put something someone says in a quote box
Quote:
 
Like This

code:
Code:
 
[quote]QUOTE HERE[/quote]




CODE- here you can put a code in like I do with the examples so people can see what the code is without it actually doing anything.

code:
Code:
 
[code]here it goes...[/.CODE] <-- don't put that dot there (".")




BOLD FONT- with this simple code, you can make your font bold for whatever reason you would want to do that.

code:
Code:
 
[b]put the text you want emboldened in here[/b]




ITALIC FONT- with this simple code, you can make your font in italics for whatever reason you would want to do that.

Code:
 
[i]put the text you in italics here[/i]




UNDERLINED FONT- with this simple code, you can underline your font for whatever reason you would want to do that.

code:
Code:
 
[u]put the text you want underlined here[/u]




USING DIFFERENT FONTS- if you want a different font, you can use this code.
The different fonts you can use are:
Arial
Times
Courier
Impact
Geneva
Optima

code:
Code:
 
[font=FONT HERE]TEXT HERE[/font]




DIFFERENT SIZED FONTS- You can use different sized fonts if you want.
The different sizes are:
[size=1]1[/size]
anything between these numbers
[size=14]14[/size]

code:
Code:
 
[size=FONT SIZE]TEXT HERE[/size]




TEXT ALIGN- This is a cool one. You can change which side you want the text to be. It can be...
on the right
in the center
or on the left

code:
Code:
 
[align=DIRECTION HERE]TEXT HERE[/align]





There we go... I may put some on later, but that should be good for now.
--○○oo»Jay«oo○○--
AGFX founder and
forum administrator
Posted Image
http://jay77710.deviantart.com/
Offline Profile
Bbcodes · Forum Support