This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

Section BBCode

Miscellaneous BBCodes, including MOD BBCodes which usually require file edits.
Locked
KukY

Section BBCode

Post by KukY »

This BBCode is used to mark sections of your post. It's main feature is anchor linking, which allows for better navigation inside large posts and making links only to relevant parts of it.
W3C valid!
BBCode:

Code: Select all

[section={IDENTIFIER}]{INTTEXT}[/section]
HTML:

Code: Select all

<a href="#{IDENTIFIER}" id="{IDENTIFIER}" style="font-weight:bold;">{INTTEXT}:</a>
Demo: N/A
[hr][/hr]
This one is used for linking to a section inside the post:
BBCode:

Code: Select all

[goto={IDENTIFIER}]{TEXT}[/goto]
HTML:

Code: Select all

<a href="#{IDENTIFIER}">{TEXT}</a>
Demo: N/A
Last edited by cisco007 on Sat Aug 06 2011 10:52 pm, edited 2 times in total.
Reason: Added a BBCode.
Locked