HTML GUIDE (BBCode)
[user][/user]
Use these tags to make a link to another member's profile.
Example: [user]username[/user] will make a link to a User's profile.
[profile][/profile]
Use these tags to make a photo link to another member's profile.
Example: [profile]username[/profile] will show a photo of the User with a link to the User's profile.
[link=""]Description[/link]
Use these tags to make a link to another site.
Example: [link="http://www.yahoo.com"]Yahoo[/link].
Note: You must place the "http://" before the address in order to link to a site outside of reptilegeeks.
[br]
This tag will make a line break in your text.
[hr]
This tag will make a horizontal line.
[img][/img]
Use these tags to add an image.
Example: [img]http://www.reptilegeeks.com/file/pic/gallery/245.jpg[/img]
NOTE: Click on a photo from the main gallery and copy/paste the URL link from the Image URL/Location: field.
[color=""][/color]
Use these tags to change the color of your text.
Example: [color="blue"]blue text[/color]
Note: You can use hexadecimal numbers as well.
Example: [color="#ff0000"]red text[/color]
Note: You must include the "#" character before the hex value.
[quote=""][/quote]
Use these tags to quote something someone has said. This is already set in the forums by clicking on the Quote link, but can also be placed anywhere.
Example: [quote="username"]something said by user[/quote]
[em][/em]
Use these tags to emphasis your text.
Example: I want to [em]emphasis[/em] this word, will be displayed as: I want to emphasis this word.
[strong][/strong]
Use these tags to make your text strong.
Example: This [strong]word[/strong] will be strong, will be displayed as: This word will be strong.
[email][/email]
Use these tags if you want an email to be clickable.
Example: Send to my email here: [email]sample@email.com[/email], will be displayed as: Send to my email here:
sample@email.com.
[ul][/ul] and [li]
Use these tags to create a bulleted list.
Example:
[ul]
[li]Test 1[/li]
[li]Test 2[/li]
[li]Test 3[/li]
[/ul]
Will be displayed as:
[ol][/ol] and [li]
Use these tags to create a numbered list.
Example:
[ol]
[li]Test 1[/li]
[li]Test 2[/li]
[li]Test 3[/li]
[/ol]
Will be displayed as:
- Test 1
- Test 2
- Test 3
[size=""][/size]
Use these tags to change the size of your text.
Example: [size="3"]Will make this text bigger[/size]
Note: Text size ranges from 1-7.
[center][/center]
Use these tags to center your text or images.
[b][/b]
Example: [b]bold text[/b]
[i][/i]
Example: [i]italic text[/i]
[u][/u]
Example: [u]underlined text[/u]
[align=""][/align]
Use these tags to align your text. The input options are: left, center and right.
Example:
[align="right"]
text aligned right
[/align]
[table=""][/table] and [td]
Use these tags to create a table.
Example:
[table=75]
[td]Test 1[/td]
[td]Test 2[/td]
[td]Test 3[/td]
[/table]
Will be displayed as:
Note: (75) is the width of the table in percent, so table widths can range from 0-100.