hello I tried to build a gallery for a store I did that with tables and took the info from mysql DB the architechture is like this: picture(from DB) "serial:" number(from DB) "model:" model_name(from DB) "our price:" price(from DB) and for every model I get different galleries according to mysql DB it really looked not pretty - nothing is inline especially the pictures and the main reason is that each model has different length so it takes more or less rows. can you show me the right way to do this kind of project and maybe some css/php/html files that do something like this with sql?
That's pretty straight forward, except for IE, of course. Study my tutorial, inline-block gallery. It should be fairly trivial to adapt the format to your needs once you figure out how things work. cheers, gary