• runner5

    (@runner5)


    Hi guys,

    I would like to add a Menu-style link on my Footer (widget) on one website, and these links come from another website.

    I guess the only way is to manually put the html codes into a Text Widget.

    Could someone please help me do a sample html code for that? For the Text widget, to display Links (with title) – Menu-style – and then when users click on theses titles, a new window opens leading to those external pages.
    Thanks in advance for help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • vtxyzzy

    (@vtxyzzy)

    Your HTML should look something like this:

    <ul>
       <li>
          <a href="https://kidcanvas.me" title="Kid Canvas" target="_blank" >Kid Canvas</a>
       </li>
       <li>
          <a href="https://billydavisgroup.com" title="Billy Davis Group" target="_blank">Billy Davis</a>
       </li>
    </ul>
    edyhourany

    (@edyhourany)

    You can do this without HTML coding.

    ->Go to menus under appearance.
    ->Click on create new menu
    ->Give this menu a name
    ->On the left side click on links
    ->Fill the URL and the link text
    EX:
    -> URL : https://www.google.com
    -> link text : Google
    ->Click on add to menu

    After adding all the links go to widgets under appearance
    ->Drag the widget called custom menu to the footer widget area
    ->In the added, click on the dropdown next to select menu and choose the created menu

    Best of luck.
    Reply back for more help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help me with HTML codes please :)’ is closed to new replies.