Anchor: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
No edit summary
Line 3: Line 3:
|example=[anchor=id]text or more BB Code[/anchor];
|example=[anchor=id]text or more BB Code[/anchor];
|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. Please note that if creating an anchor where the id is numeric (just like &#91;anchor=43&#93;), the anchor will not be created.
|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. Please note that if creating an anchor where the id is numeric (just like &#91;anchor=43&#93;), the anchor will not be created.
|result=&lt;span id="post_id"&gt;text or more BB Code&lt;/span&gt;
|result=<span id="post_id">text or more BB Code</span>
}}
}}


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

Revision as of 11:23, 20 June 2013

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. Please note that if creating an anchor where the id is numeric (just like [anchor=43]), the anchor will not be created.

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

result: text or more BB Code



Advertisement: