• Resolved knoxx

    (@knoxx)


    How can I add a widget that includes links? Or, how can I get the text in the widget to become a hyperlink?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Good ol’ fashioned html will do the trick ??

    ex. <a href="https://thislink.com">link text</a>

    Theme Author ronangelo

    (@ronangelo)

    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="https://example1.com">link text 1</a></li>
       <li><a href="https://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!)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links in Widget’ is closed to new replies.