You are viewing a single comment's thread from:
RE: How To Make Words into a Clickable Link
I also find myself using the HTML way
<a href="insert link here">link text</a>
It would look like
It's a little more confusing but it's done the same way as <center>, </br>, <div>, <h1>
, etc.
I also just realised that adding <code>
before the code does not seem to stop the code from disappearing. To get around this I used <
instead of < for the above examples. This would eliminate you having to take a screenshot of your code like you did.
<lets see if it works>
Shazam! Well done, Sir
Ah that's a good tip. Yeah I use the little snippet tool and its pretty easy but your trick is tops! Thanks!