Nexus Destinations
Standard & Hidden BBCodes - Printable Version

+- Nexus Destinations (https://nexusdestinations.com/forums)
+-- Forum: Community Services (https://nexusdestinations.com/forums/forumdisplay.php?fid=1)
+--- Forum: Support Center (https://nexusdestinations.com/forums/forumdisplay.php?fid=6)
+---- Forum: Help Files.. (https://nexusdestinations.com/forums/forumdisplay.php?fid=23)
+---- Thread: Standard & Hidden BBCodes (/showthread.php?tid=99)



Standard & Hidden BBCodes - AngelNYC - 05-24-2020

This:
Code:
[b]This is sample text[/b]

Becomes this:

This is sample text

--------

This:
Code:
[i]This is sample text[/i]
Becomes this:

This is sample text

--------

This:
Code:
[u]This is sample text[/u]

Becomes this:

This is sample text

--------

This:
Code:
[font=times]This is sample text[/font]

Becomes this:

This is sample text

--------

This:
Code:
[size=7]This is sample text[/size]

Becomes this:

This is sample text

--------

This:
Code:
[color=red]This is sample text[/color]

Becomes this:

This is sample text

--------

This:
Code:
[url]http://www.domain.com[/url]

Becomes this:

http://www.domain.com

or

This:
Code:
[url=http://www.domain.com]Click here![/url]

Becomes this:

Click here!

--------

This:
Code:
[img]http://img386.imageshack.us/img386/2552/lock9jy.gif[/img]
Becomes this:

[Image: lock9jy.gif]

--------

This:
Code:
[email]user@domain.com[/email]

Becomes this:

user@domain.com

or

This:
Code:
[email=user@domain.com]Click here![/email]

Becomes this:

Click here!

--------

This:
Code:
[quote]This is sample text[/quote]

Becomes this:

Quote:This is sample text

--------

This:
Quote:
Code:
<a href="test/page.html">A Test Page</a>
Becomes this:

Code:
<a href="test/page.html">A Test Page</a>

--------

This:
Code:
[list][*]List Item [*]List Item[/list]

Becomes this:
  • List Item
  • List Item
or

This:
Code:
[list=1][*]List Item [*]List Item[/list]

Becomes this:
  1. List Item
  2. List Item
or

This:
Code:
[list=a][*]List Item [*]List Item[/list]

Becomes this:
  1. List Item
  2. List Item
--------

This:
Code:
[list=i][*]List Item [*]List Item[/list]

Becomes this:
  1. List Item
  2. List Item



RE: General Questions - AngelNYC - 05-24-2020

This:
Code:
[s]This is sample text[/s]

Becomes this:

This is sample text

Note: This was actually coded by me to show up. If it weren't then it would be a hidden code.

--------

This:
Code:
[align=left]This is sample text[/align]

Becomes this:

This is sample text

--------

This:
Code:
[align=center]This is sample text[/align]

Becomes this:

This is sample text

--------

This:
Code:
[align=right]This is sample text[/align]

Becomes this:

This is sample text

--------

This:
Code:
TEXT[sup]Superscript sample text[/sup]

Becomes this:

TEXT[sup]Superscript sample text[/sup]

Note: This was actually coded by me to show up. If it weren't then it would be a hidden code.

--------

This:
Code:
TEXT[sub]Subscript sample text[/sub]

Becomes this:

TEXT[sub]Subscript sample text[/sub]

Note: This was actually coded by me to show up. If it weren't then it would be a hidden code.

--------

This:
Code:
(r)

Becomes this:

®

--------

This:
Code:
(c)

Becomes this:

©

--------

This:
Code:
(tm)

Becomes this: