How to Join
the Fashion Spot / FAQ
FAQ Calendar Search Today's Posts Mark Forums Read Rules Links Mobile How to Join
BB Code
BB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use BB code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the BB code tags you can use to format your messages.
BB Code List
[b], [i], [u] Bold / Italic / Underline
[color] Color
[size] Size
[font] Font
[highlight] Highlight
[left], [right], [center] Left / Right / Center
[indent] Indent
[email] Email Linking
[url] URL Hyperlinking
[thread] Thread Linking
[post] Post Linking
[list] Bulleted Lists / Advanced Lists
[img] Images
[code] Code
[quote] Quote
[noparse] Stop BB Code Parsing
[attach] Attachment
[attcap] Attachment Caption
[blip] Blip.TV
[divshare] Divshare
[dm] Daily Motion
[esnips] esnips
[gv] Google Video
[HSIMG] High Slide Image
[mc] Metacafe
[myspace] Myspace Video
[split] Split
[strike] Strike
[twitvid] Twitvid
[vimeo] Vimeo
[yt] YouTube
Incorrect BB Code Usage:
  • [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])

Bold / Italic / Underline
The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.
Usage [b]value[/b]
[i]value[/i]
[u]value[/u]
Example Usage [b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
Example Output this text is bold
this text is italic
this text is underlined

Color
The [color] tag allows you to change the color of your text.
Usage [color=Option]value[/color]
Example Usage [color=blue]this text is blue[/color]
Example Output this text is blue

Size
The [size] tag allows you to change the size of your text.
Usage [size=Option]value[/size]
Example Usage [size=+2]this text is two sizes larger than normal[/size]
Example Output this text is two sizes larger than normal

Font
The [font] tag allows you to change the font of your text.
Usage [font=Option]value[/font]
Example Usage [font=courier]this text is in the courier font[/font]
Example Output this text is in the courier font

Highlight
The [highlight] tag allows you to emphasize your text.
Usage [highlight]value[/highlight]
Example Usage [highlight]this text is highlighted[/highlight]
Example Output this text is highlighted

Left / Right / Center
The [left], [right] and [center] tags allow you to change the alignment of your text.
Usage [left]value[/left]
[center]value[/center]
[right]value[/right]
Example Usage [left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
Example Output
this text is left-aligned
this text is center-aligned
this text is right-aligned

Indent
The [indent] tag allows you to indent your text.
Usage [indent]value[/indent]
Example Usage [indent]this text is indented[/indent]
Example Output
this text is indented

Email Linking
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
Usage [email]value[/email]
[email=Option]value[/email]
Example Usage [email]j.doe@example.com[/email]
[email=j.doe@example.com]Click Here to Email Me[/email]
Example Output j.doe@example.com
Click Here to Email Me

URL Hyperlinking
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
Usage [url]value[/url]
[url=Option]value[/url]
Example Usage [url]http://forums.thefashionspot.com[/url]
[url=http://forums.thefashionspot.com]the Fashion Spot[/url]
Example Output http://forums.thefashionspot.com
the Fashion Spot

Thread Linking
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.
Usage [thread]threadid[/thread]
[thread=threadid]value[/thread]
Example Usage [thread]42918[/thread]
[thread=42918]Click Me![/thread]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Output http://forums.thefashionspot.com/showthread.php?t=42918
Click Me!

Post Linking
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.
Usage [post]postid[/post]
[post=postid]value[/post]
Example Usage [post]269302[/post]
[post=269302]Click Me![/post]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Output http://forums.thefashionspot.com/showthread.php?p=269302#post269302
Click Me!

Bulleted Lists
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage [list]value[/list]
Example Usage [list]
[*]list item 1
[*]list item 2
[/list]
Example Output
  • list item 1
  • list item 2

Advanced Lists
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage [list=Option]value[/list]
Example Usage [list=1]
[*]list item 1
[*]list item 2
[/list]

[list=a]
[*]list item 1
[*]list item 2
[/list]
Example Output
  1. list item 1
  2. list item 2
  1. list item 1
  2. list item 2

Images
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
Usage [img]value[/img]
Example Usage [img]http://forums.thefashionspot.com/tmthf/images/statusicon/forum_new.gif[/img] (Not linked)

[url=http://www.example.com] [img]http://forums.thefashionspot.com/tmthf/images/statusicon/forum_new.gif[/img] [/url] (Linked)
Example Output (Not linked)

(Linked)

Code
The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.
Usage [code]value[/code]
Example Usage [code]
<script type="text/javascript">
<!--
    alert("Hello world!");
//-->
</script>
[/code]
Example Output
Code:
<script type="text/javascript">
<!--
	alert("Hello world!");
//-->
</script>

Quote
The [quote] tag allows you to attribute text to someone else.
Usage [quote]Quote[/quote]
[quote=User Name]value[/quote]
Example Usage [quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;11758155]Lorem ipsum dolor sit amet[/quote]
Example Output
Quote:
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe View Post
Lorem ipsum dolor sit amet

Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Usage [noparse][b]value[/b][/noparse]
Example Usage [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Example Output [b]Lorem ipsum dolor sit amet[/b]

Attachment
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage [attach]attachmentid[/attach]
Example Usage [attach]12345[/attach]
Example Output

Attachment Caption
This code allows you to add captions to your attachment images. When your attachments are clicked, they will have this caption below the large image in the pop-out window. You use them so [attcap=1234] where 1234 = the attachment id, you can see the attachment id by hovering over the attachment and making a note of the URL it links to, it will include "attachmentid=". Or, if you're using inline attachments, the number between [ATTACH][/ATTACH] is the one you want. You may use bbcode such as [b] bold and [i] itallic to format your caption text.
Usage [attcap=Option]value[/attcap]
Example Usage [attcap=1234]My MINI[/attcap]
Example Output
My MINI

Blip.TV
Place the id from the embedding code (not the url) between the tags. Embedding code can be found by clicking on the Share tag and selecting Standard Player
Usage [blip]value[/blip]
Example Usage [blip]AY2JZAA[/blip]
Example Output

Divshare
Usage [divshare]value[/divshare]
Example Usage [divshare]959564-d88[/divshare]
Example Output

Daily Motion
Embed Daily Motion Videos. To use enclose the url path in between the tags. Example: to embed http://www.dailymotion.com/user/fashion/video/x8i0yu_oscars-09-fashion-panel_shortfilms, enclose user/fashion/video/x8i0yu_oscars-09-fashion-panel_shortfilms between tags.
Usage [dm]value[/dm]
Example Usage [dm]user/fashion/video/x8i0yu_oscars-09-fashion-panel_shortfilms[/dm]
Example Output

esnips
Usage [esnips]value[/esnips]
Example Usage [esnips]61c3e16d-0d1e-4525-9a8c-149a978c16bf[/esnips]
Example Output

Google Video
Allows you to display Google videos. Add the video ID from the end of the url inside the tags. Use the ID exactly as it appears, some are preceded by a -
Usage [gv]value[/gv]
Example Usage [gv]-1182957553148302543&ei=u8wtSrnkMIz-rgKSwJGgCg&q=fashion&hl=en[/gv]
Example Output

High Slide Image
Usage [HSIMG]value[/HSIMG]
Example Usage [HSIMG]http://www.socialknowledge.net/images/logo.gif[/HSIMG]
Example Output [HSIMG]http://www.socialknowledge.net/images/logo.gif[/HSIMG]

Metacafe
To use copy the end of the metacafe url add .swf and enclose between tags. Example to embed http://www.metacafe.com/watch/2890412/de_la_guarda/, enclose 2890412/de_la_guarda.swf between the tags.
Usage [mc]value[/mc]
Example Usage [mc]2890412/de_la_guarda.swf[/mc]
Example Output

Myspace Video
Enclose the video id (from the url) within the tags
Usage [myspace]value[/myspace]
Example Usage [myspace]42718037[/myspace]
Example Output

Split
New tag to stop splits opening a new window
Usage [split]value[/split]
Example Usage [split]1[/split]
Example Output Here

Strike
Usage [strike]value[/strike]
Example Usage [strike]strikeout text[/strike]
Example Output strikeout text

Twitvid
Embed code for twitvid. Place video code between tags.
Usage [twitvid]value[/twitvid]
Example Usage [twitvid]S3R5P[/twitvid]
Example Output

Vimeo
Embed a Vimeo.Com video. Insert the video ID between the tags.
Usage [vimeo]value[/vimeo]
Example Usage [vimeo]18038292[/vimeo]
Example Output

YouTube
To use, add the video ID from the end of the url inside the tags.
Usage [yt]value[/yt]
Example Usage [yt]2oudKFDpUlQ[/yt]
Example Output

monitoring_string = "058526dd2635cb6818386bfd373b82a4"


 
All times are GMT -5. The time now is 08:03 PM.
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
TheFashionSpot.com is a property of TotallyHer Media, LLC, an Evolve Media LLC company. ©2013 All rights reserved.


diabetic desserts recipes recipes Diabetic Soups Holiday Pizza Recipes Popcorn Recipes Recipes For Microwave Pasta Recipes Casserole Recipes Chili Recipes Curry Recipes Crockpot Recipes Apples Recipes Bread Recipes Vegetarian Recipes Vegetable recipes Desserts Recipes Appetizers Ethnic Recipes Meat Dishes Barbecue Recipes Sauces Recipes Marinade Recipes Low Fat Recipes Frugal Gourmet Kitchen Classics Recipes On The Grill Cook Books Seafood Recipes Cajun Recipes Breads Low Fat Low Fat Breads Bread Machine Recipes Yeast Breads Quick Breads Fat Free Vegetarian Salad Recipes Eggplant Recipes Radish Recipes Tomato Recipes Jalapeno Recipes Potato Recipes Lettuce Recipes Cabbage Recipes Beans Ambrosia Recipes Biscotti Recipes Desserts Low Fat Cookie Recipes Cheesecake Recipes Cake Recipes Pie Recipes Muffin Recipes Custard Recipes Best Appetizers Appetizers Low Fat Salsa Recipes Dip Recipes International Recipes Afghan Recipes Alaska Recipes French Recipes German Recipes Greek Recipes Italian Recipes Spanish Recipes Thai Recipes Korean Recipes Chinese Recipes Mexican Recipes Indian Recipes Beef Recipes Pork Pork & Ham Pork Butts Pork Chop Recipes Pork Ribs Rulled Pork Poultry Recipes Stews Recipes Ground Beef Barbecue Grill Barbecue Smoker All Purpose Sauce BBQ Sauce Barbecue Sauce Carolina BBQ Sauce Pickle Recipes Marinades Smoking Low Fat Appetizers & Dips Low Fat Breakfast Low Fat Cakes Low Fat Cheesecakes Low Fat Cookies Low Fat Desserts Low Fat Fish & Seafood Low Fat Meats Low Fat Pasta Low Fat Pies Low Fat Salads Low Fat Sandwiches Low Fat Sauces & Condiments Low Fat Sides Low Fat Soups Low Fat Vegetarian Baker's Dozen Taste of Home Recipe Book Bon Appetit Cookbook Blacktie Cookbook Buster Cook Book Cookbook USA Cook Book Cook Book Sara's Cookbook Sara's Cookbook Appetizers and Dips Poultry recipes Diabetic recipes Holiday recipes Miscellaneous recipes 110 recipes 1986 Usenet cookbook 2900 recipes Cyberrealm recipes Great sysops of world Specialty recipes Ceideburg recipes Cheese recipes Chili recipes Fruits recipes Garlic recipes Great chefs of NY Londontowne recipes Raisins recipes Recipes for kids US Food Vegetarian recipes Bread recipes Drinks Meat Dishes Brisket recipes Caribou recipes Chicken recipes Filet mignons recipes Pork recipes Swordfish recipes Turkey recipes Pasta recipes Uncategorized recipes Ethnic recipes Canada recipes English recipes Ethiopia recipes Germany recipes Greece recipes Mexican recipes Philippines recipes Welsh recipes Microwave recipes Soups recipes Vegetable recipes Asparagus recipes Barley recipes Brown rice recipes Lentil recipes Mushrooms recipes Salads recipes Wild rice Desserts recipes Cakes recipes Chocolate recipes Cookies recipes Ice cream recipes