• Resolved van Dom

    (@van-dom)


    Hi.

    Ist es m?glich, dass man per Link z.B. Deutschland in eine Tabelle an die richtige Stelle “springt”?

    Bsp.:
    Seite 1: Inhalt: Fahne Deutschland, Fahne Frankreich
    Seite 2: Tabelle mit L?nderaufz?hlungen (DE, FR, US, UK, usw.)

    Klicke ich auf der ersten Seite auf die Deutschlandfahne m?chte ich direkt in der Tabelle zu dem Punkt Deutschland springen, klicke ich auf die Frankfreichfahne direkt zu Frankreich.

    Geht das irgendwie?

    LG
    Dominik

    https://www.ads-software.com/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    As these are the English-language forums, I’ll reply in English. That way, more people can benefit from the reply. I hope that’s ok.

    For this, you will need to add “link targets” in the table, e.g. by adding <span> tags with an HTML into the corresponding row, for example

    <span id="link-DE" />

    or

    <span id="link-FR" />

    The, on page 1, you will need to change the links on those flag images to contain that ID after the # in the URL:

    https://example.com/link/to/page2/#link-FR

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Jump per link in right table and column/row’ is closed to new replies.