for HTML 4.01 pages we write
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
this is ok for all popular browsers except MSIE
for Internet Explorer, i've to truncate
http://~ portion, otherwise page distorts.
what is correct?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
or previous?