• Resolved gbsu

    (@gbsu)


    I am aware that to insert an image into table I need to do the following:

    Insert image; Click on the desired cell you want to insert it; Down on the right: “Linked to”; Personalized URL.

    The result of this would render an image code within the table cell.

    I am attempting to insert multiple images into my table simultaneously via an excel import, but after the import, the images appear blank in my table.

    Because I have multiple images, importing via excel import seemed to be the preferred method as opposed to inserting each image individually, as this would be tedious, as I have over 50 images each on 10 separate tables.

    I was hoping I could adjust the image code accordingly and be able to import several images in the import as opposed to going to media file and inserting each image individually within table cells.

    Any suggestions would be greatly appreciated. Thanks for your reply.

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Unfortunately, it’s not really possible to perform this process from within Excel. The reason basically is that Excel doesn’t really know the URLs of the images in the image library.
    The only real way to make this faster would be to copy/paste the generated HTML code for the image and link (i.e. the

    <a href="..."><img src="..." /><a/>
    

    code) and then just adjust the URLs in the other cells.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Inserting Images’ is closed to new replies.