could you use wp-table-reloaded & use css to apply the pics as the background of each specific cell?
Can you tell me hov to do that ?
Have a look at the documentation on http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/
The info Tobias, the plugin author, has included under the “CSS selectors, styling” shows how to target a specific row & column with css selectors. Add the relevant css to set the pic as the background for that table (also include css to set the dimensions of the cell as required). You can either add the css to a theme stylesheet or put it in the custom CSS panel in the plugin options for wp-table-reloaded.
I hope this helps. I haven’t tried this for myself yet, but it looks like it should work to give the desired result.