• [Large code excerpt removed by moderator per forum rules. Please use Pastebin or a Gist for all large code excerpts, they work better anyway.]

    I changed #4 and through the rest off, you can see better by looking at the main page of the site https://teebasse.com – bottom of page. How do I fix this can you help?

    • This topic was modified 7 years, 9 months ago by James Huff.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi thtommyt,

    It seems that the link number four doesn’t have the closing tag which should resolve this.
    https://prntscr.com/ef8s3k

    By adding the closing tag this should be resolved.

    Hope I’ve helped a bit.

    Kindly

    • This reply was modified 7 years, 9 months ago by vladimirtana.

    as you are using a text widget, it will show the html as you input it;
    repair your broken code, for instance, like:

    <ul style="float: left; width: 46%; margin-left: 4%; list-style: outside none square; line-height: 27px;">
      <li><a href="#">MyLink1</a></li>
      <li><a href="#">MyLink2</a></li>
      <li><a href="#">MyLink3 </a></li>
      <li><a href="#">MyLink4</a></li>
    </ul>
    <ul style="float: right; width: 46%; margin-right: 4%; list-style: square; line-height: 27px;">
      <li><a href="#">MyLink5</a></li>
      <li><a href="#">MyLink6</a></li>
      <li><a href="#">MyLink7</a></li>
      <li><a href="#">MyLink8</a></li>
    </ul>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I need to fix Links code in Widgets’ is closed to new replies.