For more see index.
How To Add A Working Hyperlink (and other cool shit)
You may have noticed that pasting a basic Web link into ao3 doesn't work. Well there is a relatively simple solution to that problem that allows you to insert links and even make them look nice and tidy.
Adding A Hyperlink
A working hyperlink can be added using this pice of code:
<a href="add link here">write what you want the it to say here</a>
I'm just going to link my Tumblr here as an example:
https://sak-supernatural.tumblr.com/
|
\/
Come give me a follow?
Adding A Drop Down Menu
A drop down menu can be added using this piece of code:
<details><summary>Add what you want to be displayed here</summary>Add whatever you want to hide in the drop down here.</details>












