I have a table with images and I would like it to make a new row when 500px is filled with cells containing images which are each 250px wide. Like word-wrap for images.
Can’t make it work with max-width :/
I have a table with images and I would like it to make a
Share
Don’t use a table. Tables are only meant to be used to display tabular data. Best to just use divs.