Accordion

It's really weird, I'm using the accordion which is generally working fine, however no matter what I do I can't put the following html in a tab:

<ul>
<li>
<a
href="https://www.compandben.com/international-payroll-outsourcing-provider-services/payroll-services-china/”>China</a>
to our network.
</li>


<li>We added new providers of service in <a
href="https://www.compandben.com/international-payroll-outsourcing-provider-services/international-payroll-peo-services-japan/”>Japan</a> to our network.

</li>
</ul>

Whatever I do only the first link shows. Any thoughts ?

Comments

  • hello friend,

    try to add other link staffs lik

    <ul>

    <li>
    <a href="https://www.compandben.com/” target="_blank">China</a>to our network.
    </li>

    <li>
    We added new providers of service in <a href="https://www.compandben.com” target="_blank">Japan</a> to our network.
    </li>

    </ul>
  • I did as you suggested and found that it doesn't work in my html, but it does in yours because of the target=blank attribute.  I guessed that the script was not wrapping correctly in my original version, so since I didn't want the page to open in a separate tab I substituted the target attribute with a Title one for the first link, and an Alt one for the second and it now works fine.

    Have you encountered this problem before, and is there a better workaround for code not wrapping correctly in the Accordion feature ?

    Thanks in advance.
  • Hi,
    Please always attach a link to your website so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Sure, I wasn't sure about the URL posting protocol: https://www.compandben.com/

  • I see that your website has couple of HTML errors, and this can be source of the problem.
    https://prnt.sc/vobetw
    https://prnt.sc/vobf43
    https://prnt.sc/vobfey

    Please, get rid of them, by checking if every HTML tag is closed, and placed correctly.

    Thanks
Sign In or Register to comment.