Click to See Complete Forum and Search --> : Question asked time and time again...


laurly
07-22-2003, 08:41 PM
K, this is the deal....

I'm helping someone with a website. I designed it on my monitor...resolution 1024 x 768, .... looks great. On theirs, 800 x 600, text overlaps the images. I know there's a way to use % on the table width and height, but for some reason, it's not working. HELP!? Any advice will be greatly appreciated. I have not learned CSS yet.... this isn't THAT difficult of a website.... it is uploaded to : www.mainlinespringwater.com/bowling .... the bowling site being the one that is the problem child

Thanks in advance...

:)

Charles
07-22-2003, 09:52 PM
I've posted this quote time and again:From the HTML 4.01 Spec
Tables should not be used purely as a means to layout document content as this may present problems when rendering to non-visual media. Additionally, when used with graphics, these tables may force users to scroll horizontally to view a table designed on a system with a larger display. To minimize these problems, authors should use style sheets to control layout rather than tables.
http://www.w3.org/TR/html4/struct/tables.html#h-11.1