Hello,
how can I insert pictures in a table?
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
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?
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
Hello,
here are login datas.
Best regards,
Zeitfalle
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
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
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
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.
Hello, I can create a class … but how do I connect that in cells?
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