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

    (@tobiasbg)

    Hi Rikard,

    thanks for your question.

    Unfortunately, I’m not aware of an automatic solution to this, so you’ll probably have to do it manually: What you want is to replace the link text (i.e. the text between <a href="..."> and </a>) with more HTML, namely that for an image of your choice.
    So, in the end, instead of writing

    <a href="https://example.com/">https://example.com/</a>

    you’d write

    <a href="https://example.com/"><img src="https://example.com/your-symbol.jpg" /></a>

    Regards,
    Tobias

    Thread Starter rikardwiberg

    (@rikardwiberg)

    Tobias,
    thanks for an extremely quick answer even though I hoped for another answer ??
    But, I’ll do an extra step with a script in Excel instead.

    Thanks once more!

    Rikard

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem! You are very welcome!
    Sorry that I didn’t have an easier answer on this. But as TablePress treats all content in the cells as text it is not aware of you using links and therefore can’t do automatic replacements.

    I still hope that TablePress is useful for you!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Replace url with picture’ is closed to new replies.