![]() | Join Date: Jul 2007 | Posts: 29 | Location: North Texas |
Favorite custom tags
Here are descriptions of custom tags I've set up on my forums. If you have handy custom tags, please post them here! 
[HI]...[/HI] - highlight (as with a highlighter pen)
Title: Highlight (as with a highlighter pen)
Tag: hi
Replacement: <SPAN CLASS="txtmarkup">{param}</SPAN>
Example: You can [hi]highlight[/hi] some text!
Description: Highlights text as if highlighted by a marker pen.
Use {option}: no
Added to the "MAIN CSS" definition of the active style(s):
.txtmarkup {background-color: #FF0}
.txtmarkup A:link {background-color: #FF0}
.txtmarkup A:visited {background-color: #FF0}
.txtmarkup A:hover {background-color: #FF0; font-weight: bold; text-decoration: none}
.txtmarkup A:active {background-color: #FF0; font-weight: bold; text-decoration: none}
---
[HIDE] ... [/HIDE] - hide text (good for spoilers, quizzes, etc.)
Title: Hide
Tag: hide
Replacement: <span class="hider">{param}</span>
Example: The meaning of life: [hide]42[/hide] ('paint' with the mouse to view)
Description: Hides content from plain view; use mouse to 'paint' the hidden area to read. Intended to be used to hide 'spoilers', etc.
Use {option}: no
Added to the "MAIN CSS" definition of the active style(s):
.hider {color: #1ba4ff; background-color: #1ba4ff}
.hider A:link {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
.hider A:visited {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
.hider A:hover {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
.hider A:active {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
---
[S] ... [/S] - strike text
Title: Strikethrough
Tag: s
Replacement: <STRIKE>{param}</STRIKE>
Example: Use [s]pen and paper[/s] a computer!
Description: Overstrikes text to indicate incorrect or outdated information.
Use {option}: no
---
[SUB] ... [/SUB] - subscript
Title: Subscript
Tag: sub
Replacement: <sub>{param}</sub>
Example: Not good to drink: H[sub]2[/sub]SO[sub]4[/sub]
Description: Add subscript note to the text.
Use {option}: no
---
[SUP] ... [/SUP] - superscript
Title: Superscript
Tag: sup
Replacement: <sup>{param}</sup>
Example: Use a computer instead of paper[sup](*[/sup]
Description: Add superscript note to the text.
Use {option}: no

[HI]...[/HI] - highlight (as with a highlighter pen)
Title: Highlight (as with a highlighter pen)
Tag: hi
Replacement: <SPAN CLASS="txtmarkup">{param}</SPAN>
Example: You can [hi]highlight[/hi] some text!
Description: Highlights text as if highlighted by a marker pen.
Use {option}: no
Added to the "MAIN CSS" definition of the active style(s):
.txtmarkup {background-color: #FF0}
.txtmarkup A:link {background-color: #FF0}
.txtmarkup A:visited {background-color: #FF0}
.txtmarkup A:hover {background-color: #FF0; font-weight: bold; text-decoration: none}
.txtmarkup A:active {background-color: #FF0; font-weight: bold; text-decoration: none}
---
[HIDE] ... [/HIDE] - hide text (good for spoilers, quizzes, etc.)
Title: Hide
Tag: hide
Replacement: <span class="hider">{param}</span>
Example: The meaning of life: [hide]42[/hide] ('paint' with the mouse to view)
Description: Hides content from plain view; use mouse to 'paint' the hidden area to read. Intended to be used to hide 'spoilers', etc.
Use {option}: no
Added to the "MAIN CSS" definition of the active style(s):
.hider {color: #1ba4ff; background-color: #1ba4ff}
.hider A:link {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
.hider A:visited {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
.hider A:hover {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
.hider A:active {color: #1ba4ff; background-color: #1ba4ff; text-decoration: underline}
---
[S] ... [/S] - strike text
Title: Strikethrough
Tag: s
Replacement: <STRIKE>{param}</STRIKE>
Example: Use [s]pen and paper[/s] a computer!
Description: Overstrikes text to indicate incorrect or outdated information.
Use {option}: no
---
[SUB] ... [/SUB] - subscript
Title: Subscript
Tag: sub
Replacement: <sub>{param}</sub>
Example: Not good to drink: H[sub]2[/sub]SO[sub]4[/sub]
Description: Add subscript note to the text.
Use {option}: no
---
[SUP] ... [/SUP] - superscript
Title: Superscript
Tag: sup
Replacement: <sup>{param}</sup>
Example: Use a computer instead of paper[sup](*[/sup]
Description: Add superscript note to the text.
Use {option}: no
Last edited by Ville; 07-26-2007 at 08:37 PM.








Linear Mode

