Click to See Complete Forum and Search --> : Help! Tables vary in different browsers


rottiemom
08-01-2006, 01:52 AM
Hi,

I am working on a site for a client and have never encounted such strangness with tables!

While they were looking fine in Netscape and Firefox, in IE, You know how your window comes up small? and you drag it larger to see the whole page? Well, if you do that to this page in IE, the page just gets bigger! You never see the edge without the bottom scroll bar.

It's got to be something wrong with my tables.

Would be most appreciative of any help!

Link to the offensive page:
http://800soberliving.com/JRC731.html

Thanks! Holly

drhowarddrfine
08-01-2006, 09:35 AM
You will never get IE to work the same as modern browsers like Firefox without a proper doctype. See my link below. Use html4.01 strict.

In addition, Dreamweaver is not the best of tools for designing web sites. While the coders among us write code by hand, I can understand the purpose of DW, but its flaws create situations such as this that require hand coding. (I have not looked at your code yet)