• Resolved Message_from_god

    (@message_from_god)


    Hey guys!

    I started w Table Press a little while back but I’m finding the links from the table are not alway working. Sometimes I can get them to work and sometime not. Here is a sample page where the links in table press don’t work:

    https://goo.gl/gSuGZy

    If you go to the URLs that are called up in the links, you’ll find the pages exist. I’ve been 2 days on this problem and I think it’s time to forget about my pride and just beg for help!

    OK – I hope I can get this working soon cause it’s gonna be COOOOOOOOL!!!!!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The HTML code that you are using is a little bit wrong. Most likely you got it by copy/paste from a translated website? In particular, the quotation marks that you are using are wrong. Instead of , you have to use ".
    So, as an example,

    <A href=“Https://...“>booking/info</A>
    

    has to be changed to

    <a href="https://...">booking/info</a>
    

    Regards,
    Tobias

    Thread Starter Message_from_god

    (@message_from_god)

    Hey Tobias! Thanks for your time! Yes, I tried capitalizing because lowercase wasn’t working. I also tried old school all caps. None of them work.i changed the first link in the table back to all lower case for you to show it not working. Any other ideas?

    Thread Starter Message_from_god

    (@message_from_god)

    Oh, no i didnt copy and paste. Handcoding. But in any case, none of the various comfigs of capital/non-capital work.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi

    the quotation marks are wrong. In the code

    <a href=“...”>info/booking</a>
    

    change the to " either by hand typing or copy/paste.

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Having hard time getting links in table press to function’ is closed to new replies.