The Forge Reference Project

 

Topic: BBCode/Html question
Started by: clehrich
Started on: 3/21/2004
Board: Site Discussion


On 3/21/2004 at 8:32am, clehrich wrote:
BBCode/Html question

Is there any way to do cross-references to notes? I mean, suppose I say something about Emile Durkheim[1] and want to include that little bracketed number to cross-reference to a footnote in the same post, how do I do this? I've been just using superscripted numbers (a little trick I learned from Fang Langford) and putting the notes at the bottom. But it would be nice if you could click on the note number and go to the note. I know you can do this in HTML somehow, but I don't know if it works in posts and I don't know how to do it either.

Just since I seem to be writing some very long, reference-heavy posts....

Thanks!

Chris Lehrich

Message 10326#108617

Previous & subsequent topics...
...started by clehrich
...in which clehrich participated
...in Site Discussion
...including keyword:

 (leave blank for none)
...from around 3/21/2004




On 3/21/2004 at 1:05pm, Jack Spencer Jr wrote:
RE: BBCode/Html question

There doesn't seem to be one in BBCode, but I did a quick Google on HTML footnotes and found this page. It's a little dense, but I think you can find what you need...I think.

Message 10326#108643

Previous & subsequent topics...
...started by Jack Spencer Jr
...in which Jack Spencer Jr participated
...in Site Discussion
...including keyword:

 (leave blank for none)
...from around 3/21/2004




On 3/21/2004 at 4:25pm, John Kim wrote:
Re: BBCode/Html question

Here's the HTML code visible as you would type it in. One for the reference
[code]< a href="#note1" > [1]< /a >[/code]

And one for the note itself
[code] < a name="#note1" > [1] < /a > [/code]

Here you can try it out. [1]

blah
blah
blah
blah
blah
blah
blah
blah
blah
blah
blah
blah
blah
blah


[1] Here's the explanation.

Message 10326#108654

Previous & subsequent topics...
...started by John Kim
...in which John Kim participated
...in Site Discussion
...including keyword:

 (leave blank for none)
...from around 3/21/2004




On 3/21/2004 at 9:47pm, M. J. Young wrote:
RE: Re: BBCode/Html question

I believe you can also create a return loop with a bit of extra code, something like this:
[code]< a href="#note2" > [2]< /a >< a name="place2" >[/code]

And for the note itself
[code] < a name="note2" > [2] < /a > Explanatory text. < a href="#place2" >Return to Text< /a > [/code]

That should give you:
[2]
Other text
[2] Here's the explanation. Return to Text.

(I hope this works.)

--M. J. Young

Message 10326#108686

Previous & subsequent topics...
...started by M. J. Young
...in which M. J. Young participated
...in Site Discussion
...including keyword:

 (leave blank for none)
...from around 3/21/2004




On 3/30/2004 at 3:38pm, orbsmatt wrote:
RE: BBCode/Html question

Yes, that definitely does work, but out of curiousity, where do you post topics long enough that need footnotes? That would be rather long... :)

Message 10326#110191

Previous & subsequent topics...
...started by orbsmatt
...in which orbsmatt participated
...in Site Discussion
...including keyword:

 (leave blank for none)
...from around 3/30/2004




On 3/30/2004 at 3:40pm, clehrich wrote:
RE: BBCode/Html question

Yes, well, take a look at some of my posts! In particular, see the RPG Theory thread "Not Lectures on Theory." You'll see why I asked.

Chris Lehrich

Message 10326#110193

Previous & subsequent topics...
...started by clehrich
...in which clehrich participated
...in Site Discussion
...including keyword:

 (leave blank for none)
...from around 3/30/2004




On 3/30/2004 at 3:43pm, orbsmatt wrote:
RE: BBCode/Html question

lol, that's true. You do need footnotes!

Message 10326#110196

Previous & subsequent topics...
...started by orbsmatt
...in which orbsmatt participated
...in Site Discussion
...including keyword:

 (leave blank for none)
...from around 3/30/2004