Forum Moderators: not2easy
I'd like to use css to display images and their label from a database.
The images should all be next to each other.
Each image should display a label below it.
My current problem is that I display a fixed number of images on each line. However when this page is exported to word and is printed in portrait layout, the images to the right don't all fit.
The images all show up fine if I display them in landscape.
I was told that I could use css and spans (instead of tables) so that a line would contain the number of images it could actually display.
I need cell spacing of 10 between the images.
Any help would be great.
Thanks