Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1249993

    Hello,
    how can I insert pictures in a table?

    #1250295

    Hi Talker77,

    The only way to insert pictures in the table is via HTML code, which uses this format: (just replace image_url with the correct image link)

    <img src="image_url">

    Best regards,
    Nikko

    #1251331

    Hello, it doesn’t work. The picture is not displayed. However, I uploaded it to the domain’s root directory, so the location is correct.
    How can I join the 3 lines of the first column?

    #1251528

    Hi Talker77,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1251658

    Hello,
    here are login datas.

    Best regards,
    Zeitfalle

    #1251823

    Hi,

    Thanks for that. The URL you have used for the image is not correct, please see private. Make sure that you add the correct URL for the image, it will work after that.

    Best regards,
    Rikard

    #1251881

    Okay…thx…it was a wrong folder on the server …

    How can I connect the cells together? currently I have another cell under the picture …

    Greets

    #1251991

    Hi,

    Are you able to a custom class or id to the table cell? If so we can target it to remove the cell.

    Best regards,
    Jordan Shannon

    #1252045

    Yes, that would be possible … what do I have to enter?

    In general, this would be an improvement for the future, to create more options for table adjustment.

    #1252406

    Hi,

    Refer to the follow to add custom classes:

    Best regards,
    Jordan Shannon

    #1252470

    Hello, I can create a class … but how do I connect that in cells?

    #1252850

    Hi,

    Add this to quick css:

    .pricing-table:first-child .empty-table-cell{
    display:none!important;
    }
    
    
    .pricing-table:first-child{
    border-bottom:1px solid #e1e1e1;
    }

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.