Melted Kettle
« BB Codes »

Welcome Guest. Please Login or Register.
Feb 9, 2010, 11:26am






FREQUENTLY ASKED QUESTIONS (click on the link to view the answers below)
PROFILE/ACCOUNT QUESTIONS


How Do I Get An Avatar?
How do I change my password?
How do I change my e-mail address?
Private Messages 101
What Are User Notes?
How Do I Post A Signature?
What Are Bookmarks?
SPECIAL CODES


BB Codes
Extra Smiley Codes
STAFF QUESTIONS


What Do The Staff Do?
How Can I Become A Part Of The Staff?
How Do I Contact The Staff?
ROLE-PLAY QUESTIONS


What is Dear Diary?
How Do I Post A Character Bio?
How Do I Split A Thread?
Common Role-Play Terms
Basic Role-Play Information
GRAPHICS QUESTIONS


What Are The Maximum Image Sizes?
How Do I Request A Graphic?
MISC QUESTIONS


How Do I Advertise My Site?
What are Site Credits?
What Are Karma Points Used For?
Viewing Movies Outside The U.S.
C-Box 101

Melted Kettle :: Invisible Boards :: F.A.Q.s :: BB Codes
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: BB Codes (Read 81 times)
MissAdventure
Administrator
[image]
Coding Admin
member is offline

[avatar]

[M0:13]In memory of Hostwtch Fleur

[yim] [aim]
[homepage]

Joined: Nov 2005
Gender: Female
Posts: 28,881
Location: EVERYWHERE!
Karma: 8,388,607
 BB Codes
« Thread Started on Sept 11, 2008, 2:41am »

The following is a list of all BB codes that members can use on this forum. We have also listed what each button found in the posting page does.

These are what we call Posting Buttons:

[image]





[image]
Code:
[b]TEXT HERE[/b]

TEXT HERE




[image]
Code:
[i]TEXT HERE[/i]

TEXT HERE




[image]
Code:
[u]TEXT HERE[/u]

TEXT HERE




[image]
Code:
[s]TEXT HERE[/s]

TEXT HERE




[image]
Code:
[glow=red,2,300]TEXT HERE[/glow]

TEXT HERE


The glow code is one code where you can change the color and intensity of the glow. For the color portion of the code you don't have to be restricted to color names you can use hex codes (which you can get by using the colorizer we have by clicking on this button [image] ) as well. To change the intensity or distance of the glow just change the number portion to whatever number you wish.




[image]
Code:
[shadow=red,left,300]TEXT HERE[/shadow]

TEXT HERE


Like the glow code this one is customizable. You can change the color, direction, and intensity of the glow.




[image]
Code:
[move]TEXT HERE[/move]

TEXT HERE

The move code is also customizable on this forum thanks to a special code we have, members can change the default direction of Left to the following:

up
down
right

(without the spaces)
Code:
[ move=direction here ]TEXT HERE[ /move ]


[move=up]TEXT HERE[/move]
[move=down]TEXT HERE[/move]
[move=right]TEXT HERE[/move]




[image]
Code:
[pre]TEXT HERE[/pre]

     The clouds filled the lab so thickly that those caught within the 
room found that they could not see as the putrid smell filled their
nostrels, making them choke and gag. Panic filled them as they all
tried to feel their way for the door.
What felt like hours was mere seconds of torture...


The preformatted text code will allow you to add indentations to your posts but you must remember that this code will also take out the spacing of the lines so it can cause the page to stretch if you don't remember to hit the enter button for each new line or use spacing tags which are (without the spaces):

Code:
[ br ]





[image]
Code:
[left]TEXT HERE[/left]

TEXT HERE



You won't really need to use this code since all posted are already aligned left by default.




[image]
Code:
[center]TEXT HERE[/center]

TEXT HERE





[image]
Code:
[right]TEXT HERE[/right]

TEXT HERE






[image]
Code:
[hr]


This code create a horizontal rule which we've been using to separate the buttons and codes.




[image]
Code:
[size=2]TEXT HERE[/size]

TEXT HERE
TEXT HERE
TEXT HERE
TEXT HERE
TEXT HERE

To change the text size just increase or decrease the number. 5 is the maximum font size.




[image]
Code:
[font=comic sans ms]TEXT HERE[/font]

TEXT HERE

You can change the font face to whatever you wish just remember that the only fonts visible are those that are installed on your computer.




[image]
Code:
[color=EB001F]TEXT HERE[/color]

TEXT HERE

To select the color move you mouse over the color palette until you find the right color, then click and the hex code will appear automatically in the code.

« Last Edit: Sept 28, 2008, 5:48pm by MissAdventure »Link to Post - Back to Top  IP: Logged

SigStick
MissAdventure
Administrator
[image]
Coding Admin
member is offline

[avatar]

[M0:13]In memory of Hostwtch Fleur

[yim] [aim]
[homepage]

Joined: Nov 2005
Gender: Female
Posts: 28,881
Location: EVERYWHERE!
Karma: 8,388,607
 Re: BB Codes
« Reply #1 on Sept 11, 2008, 7:52am »

[image]
Code:
[youtube]http://www.youtube.com/watch?v=hfR9Sky4zlE[/youtube]




Please remember those on dial-up and DON'T fill up a thread with these. The white box to the side is for annoying youtube adds. CAN'T DO A THING to remove it or change it's color.




[image]
Code:
[blockquote]TEXT HERE[/blockquote]

TEXT HERE





[image]
Code:
[url]http://octavialore.proboards77.com/index.cgi?board=intropage[/url]

http://octavialore.proboards77.com/index.cgi?board=intropage

With links you can just post the link without having to use the url code. And if you are looking how to do a text link or image link these are the codes:

Text link
Code:
[url=http://octavialore.proboards77.com/index.cgi?board=intropage]INTRO PAGE[/url]

INTRO PAGE

Image link
Code:
[url=http://octavialore.proboards77.com/index.cgi?board=intropage][imghttp://img253.imageshack.us/img253/2912/ghosttf1.gif[/img][/url]

[image]




[image]
Code:
[img]http://img253.imageshack.us/img253/2912/ghosttf1.gif[/img]

[image]




[image]
Code:
[email]soandso@yadayada.com[/email]

soandso@yadayada.com




[image]
Code:
[table][tr][td]TEXT HERE[/td][/tr][/table]

TEXT HERE





[image]
Code:
[tr][/tr]


This code is to add a new vertical table column (row) to your table. You would add it to the code above.(example of a complex table is shown below)




[image]
Code:
[td]TEXT HERE[/td]


This code is to add a new horizontal table column to your table. You would add it to the code above.

Here's what the code would look like when you use the table, tr, and td together:

Code:
[table]
[tr][td]TEXT ON LEFT HERE[/td][td]TEXT IN THE MIDDLE HERE[/td][td]TEXT ON THE RIGHT HERE[/td][/tr]
[/table]


TEXT ON LEFT HERETEXT IN THE MIDDLE HERETEXT ON THE RIGHT HERE





[image]
Code:
TEXT[sup]TEXT HERE[/sup]

TEXTTEXT HERE




[image]
Code:
TEXT[sub]TEXT HERE[/sub]

TEXTTEXT HERE




[image]
Code:
[tt]TEXT HERE[/tt]

TEXT HERE




[image] (without the spaces)
Code:
[ code ]CODE GOES HERE[ /code ]

Code:
CODE GOES HERE





[image]
Code:
[quote]TEXT HERE[/quote]


Quote:
TEXT HERE





[image]
Code:
[list]
[*]TEXT HERE
[*]TEXT HERE
[*]TEXT HERE
[/list]


  • TEXT HERE
  • TEXT HERE
  • TEXT HERE


To add more options to your list just add more [*].




[image] (without the spaces
Code:
[ spoiler ]TEXT HERE[ /spoiler ]

[spoiler]TEXT HERE[/spoiler]
« Last Edit: Sept 11, 2008, 7:59am by MissAdventure »Link to Post - Back to Top  IP: Logged

SigStick
   [Search This Thread][Send Topic To Friend] [Print]


Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!