Fancy formatting allows for elegant in-line link presentation, emphasis to be placed on things that warrant it, and can greatly improve overall readability and comprehensibility. Properly used it is an invaluable tool, improperly used, however it can detract from a presentation. Note that there's a batch of buttons that control this stuff that can be used as a shorthand if one doesn't want to type everything out; use those if you prefer, but typing them in works very well. Also note that judicious use of the "Preview" button will help isolate problems before one submits a post.
So, without further ado:
"How do I post a link to SkirtCafe?"
The short answer by way of example is:
Code: Select all
Here is an [url=http://www.example.org/target.html]article[/url] on men in skirts.
"How do I alter type-styles?"
Type-style e.g. italics, bold, and underlining) are altered using BBcode tags thusly:
Code: Select all
This is in [b]bold[/b] type. This is in [i]italics[/i], and this is [u]underlined[/u].
Code: Select all
This is [i][u]underlined italics[/u][/i].
Font size (scaling) can be controlled by BBcode, e.g.:
Code: Select all
This is [size=85]small type[/size], and this is [size=150]large type[/size].
The number is a percentage with 100 being the default size; 50 is "half size" and 200 is "double size". Note that inappropriate use of this can be very annoying to readers in much the same way as typing IN ALL CAPITALS is equated to "shouting" and is much unappreciated.
The actual typeface (the font) cannot be altered using BBcode; that is a function of the viewer's browser, and it's up to each reader to have his browser set up so it is legible and easily readable (i.e. a good readable font along with a proper font size). All that can be done with BBcode is to offer rendering hints to the viewer's browser.
"How do I gracefully quote posts?"
First and foremost, there's a button for quoting a post one is reading from. That's the easiest starting point. However, there may come a time where one wants to quote -- and rebut -- more than one author in a single post. Here's how:
Code: Select all
[quote="John Q. Public"]John Q. Public said this.[/quote]
Here's how it looks:
All highlighting and indenting are automatically taken care of. Note that proper on-line etiquette dictates that one quote the minimum quantity of text to retain context. Full-post quoting is generally frowned upon as it increases the amount of reading a viewer must do before getting to the new content. Use of the ellipsis is entirely appropriate to pare down quotes in this regard.John Q. Public wrote:John Q. Public said this.
Quotes can be nested (see above for the definition of "nesting") up to (I think) three deep.
As always, the "preview" button is your friend.