+ 6
How do i link SoloLearn codes to other SoloLearn codes?
I was trying to add a link to one of my other SoloLearn codes, but when i clicked on it, it didnāt work.
3 Answers
+ 38
You Can Easily Find Your Answer Here With This Code!!!šš·ā
ā¬ļøā¬ļøā¬ļø
https://code.sololearn.com/W2V0quvQYyGV/?ref=app
I Hope You Understand My Code!!!
š¹š¤šāš¹
+ 11
Copy the link of the code by clicking on the share button and then add
<a href="link" > Code Link</a>
where 'link' is the code link.
+ 7
You should click on share to the code you want to link ...
Now just copy the URL and past that in "a" tag using :
<a href = " PASTE YOUR URL HERE " > The text you want do display </a>
/*
Now it's completed ...
Now the user will be shifted to code of which you have pasted the URL
*/