Topic: webpage problem with ie :(
fixed
You are not logged in. Please login or register.
PunBB Forums → Programming → 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.
PunBB Forums → Programming → webpage problem with ie :(
Powered by PunBB, supported by Informer Technologies, Inc.