First, put each image in a cell:
Put row tags around them to keep each row together horizontally:
Now wrap the whole thing in a table.
Make sure to set cellspacing, cellpadding and border to "0".
To help maintain the width of the table, give it a width
amount equal to the total width of the cells:
| HINTS
If you write your code like this:
|
You may cause spaces to show up between cells. It's okay to write it like this when setting up tables, especially if they are complicated, but go back and take out those extra carriage returns when you are done. |