Anchor: Difference between revisions From Online Manual

Jump to: navigation, search
m (Bot: Removing from Category:Advanced bulletin board code)
(fix [ and <)
Line 1: Line 1:
{{Wordy Bbc
{{Wordy Bbc
|tag=anchor
|tag=anchor
|example=<nowiki>[anchor=id]text or more BB Code[/anchor]</nowiki>;
|example=&#91;anchor=id&#93;text or more BB Code&#91;/anchor&#93;;
|description=The <tt>anchor</tt> tag produces an anchor which can then be linked. The anchor in the html is actually prefixed with "post_". This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.
|description=The <tt>anchor</tt> tag produces an anchor which can then be linked. The anchor in the html is actually prefixed with "post_". This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.
|result=<nowiki><span id="post_id">text or more BB Code</span></nowiki>
|result=&lt;span id="post_id"&gt;text or more BB Code&lt;/span&gt;
}}
}}


[[Category:Bulletin Board Code]]
[[Category:Bulletin Board Code]]

Revision as of 00:08, 6 October 2011

description: The anchor tag produces an anchor which can then be linked. The anchor in the html is actually prefixed with "post_". This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.

example: [anchor=id]text or more BB Code[/anchor];

result: <span id="post_id">text or more BB Code</span>



Advertisement: