Anchor: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
(show the HTML; use id text that is recognizable.)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Wordy Bbc
{{Wordy Bbc
|tag=anchor
|tag=anchor
|example=[anchor=id]text or more BB Code[/anchor];
|example=[anchor=link_here]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 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.
|result=&lt;span id="post_id"&gt;text or more BB Code&lt;/span&gt;
|result=&lt;span id=&quot;post_link_here&quot;&gt;text or more BB Code&lt;/span&gt;
}}
}}


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

Latest revision as of 01:32, 4 May 2014

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=link_here]text or more BB Code[/anchor];

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



Advertisement: