ArcticFox
09-29-2007, 02:38 AM
You know how if you line up images side-by-side:
<img src="image.gif"><img src="image.gif"><img src="image.gif">
...when you squeeze the page, the end images will drop down to the next line? I'm wanting to do something like that, but with tables. Each table looks like this:
<table style="font-size:11px; text-align:center; background-color:#666666; margin:0px; color:#ffffff;">
<tr><td>
Mustangs
</tr></td><tr><td>
<a href="http://tinyurl.com/3aph64"><img src="http://tinyurl.com/3aph64" width="100" height="100" style="background-color:#c0c0c0; border:1px solid #000000;"></a>
</tr></td><tr><td>
<form>
<a href="javascript:void(0);" style="border:1px solid #cfcfcf; margin:0px 3px;">Add to Cart</a>
</form>
</td></tr></table>
I have about 30 of those and I'd like to just put them <center>ed on the page without having to line them up in sets of four. When the page gets wider, I'd like to see more images jump up to the top row, and the opposite when the page is squeezed down; still with all images in the rows centered.
Is this possible to do?
Thank.
<img src="image.gif"><img src="image.gif"><img src="image.gif">
...when you squeeze the page, the end images will drop down to the next line? I'm wanting to do something like that, but with tables. Each table looks like this:
<table style="font-size:11px; text-align:center; background-color:#666666; margin:0px; color:#ffffff;">
<tr><td>
Mustangs
</tr></td><tr><td>
<a href="http://tinyurl.com/3aph64"><img src="http://tinyurl.com/3aph64" width="100" height="100" style="background-color:#c0c0c0; border:1px solid #000000;"></a>
</tr></td><tr><td>
<form>
<a href="javascript:void(0);" style="border:1px solid #cfcfcf; margin:0px 3px;">Add to Cart</a>
</form>
</td></tr></table>
I have about 30 of those and I'd like to just put them <center>ed on the page without having to line them up in sets of four. When the page gets wider, I'd like to see more images jump up to the top row, and the opposite when the page is squeezed down; still with all images in the rows centered.
Is this possible to do?
Thank.