posted on April 5, 2002 12:14:51 PM new
Your question, although seems simple, can be difficult, but I will try to explain.
The table, without width and height parameters set, will try to take up the entire screen.
without going into major explanations of Design techniques, I will give you a good piece of code I use only for auctions. (its bad code in website design, frowned upon)
<table width="85%" align=center>
This will make a table that always leaves a 7% margin on each side of the table to the browser window.
This will not work if your images are larger than your allowed space. I suggest that if images are ruining your table that you take a look at the moderator's suggested site.