♱Blue♱'s profile picture

Published by

published
updated

Privacy: Link-only
Category: Web, HTML, Tech

HTML Hell: Turning text into links.

Hey! So I've had a couple people ask me how I add links in my profile and on bulletins/comments and such, so I'm here to explain that! It's actually fairly simple.

The code used is this:

<a href="INSERTLINK">Linktext</a>

All you have to do is copy paste the link wherever you need it and adjust it to your liking!

For example, i'll show the link I'm using and then demonstrate how it would actually look.

This is the link i used to display my AO3 account on my profile.

<a href="https://archiveofourown.org/users/bluestarlett">Bluestarlett</a>

And, when I use the html code, it works like this!


My AO3 is Bluestarlett.


If you have any requests on other HTML hacks, let me know and I'll certainly explain them!


Comments

Displaying 0 of 0 comments ( View all | Add Comment )