RE: A Trip At Light Speed And The Objective Reality.

avatar

You are viewing a single comment's thread:

hi @yaziris 😊 This was very well explained, thank you. A very interesting read and science lesson for the evening 🙌 Your presentation is very neat too. I was wondering if you wouldn't mind sharing with me what code I need to enter to create the number referencing that you use? I have seen similar on a few posts but have not been able to work it out yet. Any guidance would be much appreciated as I am always looking to improve in across the board 🙏 !PIZZA !ALIVE



0
0
0.000
7 comments
avatar

Thank you for reading! 😊

Oh for sure, to create the link use:
< a href="#XXX" target="_self">your link< /a>

The # is fixed, you can change the XXX to whatever you want, but match it as below in the target code.

For the target you use:
< a id="XXX">Your target< /a>

The "id" should match the XXX you did above.

That's all to it, feel free to ask if something not clear about it.

0
0
0.000
avatar

hiya, so does the first bit create the raised [1] ? and the second bit create the reference at the end of the post? If I click on the [1] is it supposed to take me somewhere? I'm specifically looking to put the little powered up number into the text, if you understand what I mean...this piece [1]...

0
0
0.000
avatar
the first bit create the raised [1] ?
Yep, the link. To make it raised though you use
< sup > [1] < /sup >

The second bit creates where clicking on that [1] would take you.

The exact code for what you see in my post is this:

Screenshot_20220119-210725_Chrome.jpg

Then this :

Screenshot_20220119-210939_Chrome.jpg

0
0
0.000
avatar

Fab thank you so much, I shall try this out next post hehe !LUV !ALIVE !PIZZA ❣️

0
0
0.000