wiklendt
02-06-2006, 10:18 PM
hi,
i've made a frameset in html (see code below) and it works finein IE6.02 on Win98, but has about 10px 'borders' between the frames in FF1 on Win98.
can anyone see why?
thanks in addvance.
<!doctype html public "-//w3c//dtd html 4.01 frameset//en"
"http://www.w3.org/tr/html4/frameset.dtd">
<html>
<head>
<title>witchybits.com - tarot, palmistry, numerology and more in Newcastle, Australia</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="./images/witchybits.ico">
</head>
<frameset rows="100, *" framespacing="0" framepadding="0">
<frame src="main_banner.htm" name="banner" frameborder="0" noresize marginwidth="10" marginheight="10">
<frameset cols="200, *">
<frame src="main_menu.htm" name="menu" frameborder="0" noresize marginwidth="5" marginheight="5">
<frame src="main_home.htm" name="home" frameborder="0" noresize marginwidth="15" marginheight="15">
</frameset>
<noframes>
<p>your browser does not support frames.
<br>
</noframes>
</frameset>
</html>
i've made a frameset in html (see code below) and it works finein IE6.02 on Win98, but has about 10px 'borders' between the frames in FF1 on Win98.
can anyone see why?
thanks in addvance.
<!doctype html public "-//w3c//dtd html 4.01 frameset//en"
"http://www.w3.org/tr/html4/frameset.dtd">
<html>
<head>
<title>witchybits.com - tarot, palmistry, numerology and more in Newcastle, Australia</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="./images/witchybits.ico">
</head>
<frameset rows="100, *" framespacing="0" framepadding="0">
<frame src="main_banner.htm" name="banner" frameborder="0" noresize marginwidth="10" marginheight="10">
<frameset cols="200, *">
<frame src="main_menu.htm" name="menu" frameborder="0" noresize marginwidth="5" marginheight="5">
<frame src="main_home.htm" name="home" frameborder="0" noresize marginwidth="15" marginheight="15">
</frameset>
<noframes>
<p>your browser does not support frames.
<br>
</noframes>
</frameset>
</html>