hi,
Im working on a project. im loading some pictures from a database, i found that display:inline helps me with what i want to achieve. To load the pictures next to each other and when the container width is to small it breaks the row.
Now to the issue: id like to create spacers, so there is space before, in-between and after each picture — with inline i get no spacing and with css:margins i cant get the result i need.
any suggestions??