In HTML, making a link (anchor) to a paragraph involves adding a named anchor at the location of the paragraph and then making the other link's HTML reference field have a sharp (#) symbol, followed by the name of the anchor to jump to (at least I think they're called anchors).
Is that sort of linking possible with bbcode?
1 reply to this topic
#1
Posted 09 February 2012 - 07:20 PM
|
|
|
#2
Posted 10 February 2012 - 01:51 AM
I do not believe BB-code has any standard. People sometimes create separate posts assuming you are speaking of a forum so that the post identifications can be linked to (#post123).
If your software allows custom substitutions for bbcode then this can easily be performed. i.e.
It appears phpBB has this type of replacement:
phpBB • View topic - BBCode Anchor (post 2)
I am sure vB and others do too. It can always be implemented yourself, provided you are daring. Some more information would be required to better speculate.
If your software allows custom substitutions for bbcode then this can easily be performed. i.e.
replace: [anchor]{text}[/anchor]
with: <a name="{text}"/>
It appears phpBB has this type of replacement:
phpBB • View topic - BBCode Anchor (post 2)
I am sure vB and others do too. It can always be implemented yourself, provided you are daring. Some more information would be required to better speculate.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









