1 (edited by Reines 2005-05-12 14:27)

Topic: webpage problem with ie :(

fixed tongue

Re: webpage problem with ie :(

bump

3

Re: webpage problem with ie :(

First thing to do is fix your doctype. You either need this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
or this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

At the moment you have a mixture of the two.