Good ol’ fashioned html will do the trick 🙂
ex. <a href="http://thislink.com">link text</a>
Or, how can I get the text in the widget to become a hyperlink?
Create links on a Text Widget by using the example on the post above.
You could also enclose the links in <li> tags to form a list of links.
ex.
<ul>
<li><a href="http://example1.com">link text 1</a></li>
<li><a href="http://example2.com">link text 2</a></li>
</ul>
Thread Starter
knoxx
(@knoxx)
I feel pretty inadequate at a site like this, as there is a whole lot that I do not know. I need to find a way to learn some of these basic things. Thank you for your helpful answers. Ronangelo–thank you for the Frontier theme, too. I love it on my website.
That’s the best part! Everyone is always learning 🙂 codeacademy.com is a great place to start! It goes over the basics, and it’s free! teamtreehouse.com is great too, but does have a cost (well worth it, though!)