BonaDrag 0 Light Poster

I've made a picture gallery by putting the pictures in a table, but when I compile the page and try to downscale it (ctrl-) the pictures don't show anymore. How can I make the table downscale when the rest of the user interface does?

I also wonder if there's a way of making the table start a new row automatically after every fourth picture. Now I do it manually by putting four pictures inside <tr></tr>.

<table cellspacing="20" border="0">
<tr>
<td <!--- picture---> ></td> <!--- X4--->
</tr>
</table>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.