Twitist Forums
how do I create a hyperlink wherever needed? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: SEO Search Engine Optimization (/forum-30.html)
+--- Thread: how do I create a hyperlink wherever needed? (/thread-131167.html)



how do I create a hyperlink wherever needed? - craftylady - 04-08-2014 07:16 PM




- rtfm - 04-08-2014 07:17 PM

Make sure you include the http:// in the URL.


- Jason - 04-08-2014 07:22 PM

depends what type of link you want

A simple <a href="url">Link text</a> just creates a clickable link with what ever the link text you want

eg <a href="http://www.w3schools.com/">Visit W3Schools</a> creates a highlighted text that says "Visit W3Schools"

but this is HTML text. Posting in here where HTML does not work with only leave you with what you see above so be careful where you post it.