Quote:
Originally Posted by LadynRed
Put a proper DOCTYPE on your pages.
Part of the problem is that you have not defined the width and height on the image you've got stuck in the table cell. You should ALWAYS define width and height, it's proper coding. Without it, you're forcing the browser to guess.
Tables will ALWAYS stretch to fit what you put in them, so you can't stick something in a cell that's larger than your specified width.
You shouldn't be using tables for layout, you should learn CSS for layout.
|
I always forget the doctype. I added it now.
Even with no images, it still doesn't work.Plus the only one was the banner, and I was sure to make it smaller than the cell.
Every one says to use CSS, but I just love tables so much(well, in Firefox anyway). And i don't really understand how to use divs. They always go to the next line. And tables feel more secure, because they hold every thing together.
Last edited by Skeddles : 02-23-2008 at 01:59 AM.
|