=======================================================
you change the doctype from transitional to strict, the auto margins will work.
With a transitional doctype IE renders in quirky mode. If you want to reduce the crowss-browser
issues between IE and Mozilla based browsers, then using a strict doctype will get them pretty close.
If you decide on Strict then you really must check every page in:
http://validator.w3.org/detailed.html
to be absolutely sure there are no typos in the code.
=======================================================
============
kop pagina dient een doctype en karaterset te hebben om de pagina goed weer te geven.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
==========
deze is voor een frameset
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
En je probleem ligt in je contentpagina.
De tabel is te breed, zet deze op 70% en niet 700px px wordt ook niet gebruikt in tabellen, gewoon 700
px gebruik je bij fonts of style items.
Op 80% werkt deze bij mij wel, geen scrolbalk.
Bezoekers met een 15 inch scherm zien bij een vaste waarde anders altijd een scrolbalk, met % is dit anders.
