In my website, GameCraft (http://gamecraft.ucoz.org), I have a small issue. When you restore down the browser size, it squishes the two tables showing my affiliates marquee and my Random Monster Generator(tm).
Is there a way to keep them from going smaller when you size down the browser?
It squishes because of the empty space around those cells.
I think...
Didn't really play around with it too much XP
Don't use relative table width (as in 80%, 100% or something like that), but use absolute width (as in 400px, 500px, etc.).
That's what I was going to say first, but I don't think he does...
Unless width="200" means it's relative o.o
It doesn't have to be the PHP or HTML. It could be in the CSS.
<td background="http://gamecraft.ucoz.org/RMG.jpg" width="205">
That would be the HTML im using for the Random Monster Generator cell.
You need to edit the CSS for td or for table.
No offense, but there's really no reason to be using tables when CSS is easier and simpler.