Anchor: Difference between revisions From Online Manual

Jump to: navigation, search
(nowiki tag is a problem when these things are passed on to the SMW properties)
(use lt, gt instead of < and >)
Line 3: Line 3:
|example=&#91;anchor=id&#93;text or more BB Code&#91;/anchor&#93;
|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 to, for example [[#post_id|" class="bbc_link">the anchor to the right]]. The anchor in the html is actually prefixed with &quot;post_&quot;. 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 to, for example [[#post_id|" class="bbc_link">the anchor to the right]]. The anchor in the html is actually prefixed with &quot;post_&quot;. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.
|result=<span id="post_id">text or more BB Code</span>
|result=&lt;span id="post_id"&gt;text or more BB Code/span&gt;
}}
}}
[[Category:Bulletin_Board_Code]]
[[Category:Bulletin_Board_Code]]
[[Category:Advanced bulletin board code]]
[[Category:Advanced bulletin board code]]

Revision as of 21:24, 17 January 2011

description: The anchor tag produces an anchor which can then be linked to, for example " class="bbc_link">the anchor to the right. 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: