___________________
BBCode
_____________
Bold Text:
Code: Select all
[b]your text here[/b]
_____________
Italic Text:
Code: Select all
[i]your text here[/i]
Underlined Text:
Code: Select all
[u]your text here[/u]
Quote:
Code: Select all
[quote] quoted text here [/quote]
_____________quoted text here
Quote using member name:
Code: Select all
[quote="member name"]quoted text here[/quote]
_____________member name wrote: quoted text here
Show code for a particular excerpt (like I am doing for this tutorial)
Code: Select all
[code] [b][i][u]coded text here displayed with appropriate code[/b][/i][/u]
_____________
Display Images
Code: Select all
[img]http://www.bbc.co.uk/stoke/features/2002/07/images/marmite/zippy_jar_150.jpg[/img]
_____________
Create a URL link:
Code: Select all
[url=http://buslist.org/phpBB/viewtopic.php?t=39408&start=0]Ship Wrecked[/url]
______________
Colors: (Color list found in drop down menu above text box)
Code: Select all
[color=red]Red Text[/color]
If you want more colors than the pull down list, you can use their RGB numbers here's a chart of those colors and their associated numbers
Code: Select all
[color=#993300]colored text[/color]
______________
Font Size: (Enter number between 0-24 for font size varying from small to huge)
Code: Select all
[size=7]Size 7 font[/size]
______________
Making an unordered list
Code: Select all
[list][*]marmite[*]vegemite[*]promite[/list]
- marmite
- vegemite
- promite
Making an orded list
Code: Select all
[list=1][*]Go to Best Buy[*]Buy a new computer[*]Throw computer out window when it crashes[/list]
- Go to Best Buy
- Buy a new computer
- Throw computer out window when it crashes
Code: Select all
[list=a][*]First possible choice[*]second possible choice[*]third possible choice[/list]
- First possible choice
- second possible choice
- third possible choice
Image resize(HTML):
* the HTML image tag no longer works on BUS! this means that you must use the BBCode tag for all images (as shown above), now, and you can't use BBCode to resize images like you can with HTML. Sorry!
________________
If there is anything I missed or other code you would like to see, please PM me and I will update this ASAP.