I’m trying to get this website to resize in two resolution.
This is the website I’m doing
Here’s the index2.htm code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="121,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="topframe.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="129,*" framespacing="0" frameborder="NO" border="0">
<frame src="leftframe.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="*" cols="*,127" framespacing="0" frameborder="NO" border="0">
<frame src="mainframe.shtml" name="mainFrame">
<frame src="rightframe.htm" name="rightFrame" scrolling="NO" noresize>
</frameset>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
I have four frames on the site, two sides, one at top and the center as my mainframe. When viewing in 800x600 the side, and center frames wont resize. The hours at the bottom right wont come up so you can see it in 800x600 resolution. I thought just making them 100% would make it, but it wont.
In rentals I have a table with 100% but I assume that wont work when viewing in 600x800 if you click on rentals and go into 600x800 you can see the scrolling bars, I don’t want any scrolling bars on this site.
Help me please, Thanks!
This is the website I’m doing
Here’s the index2.htm code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="121,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="topframe.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="129,*" framespacing="0" frameborder="NO" border="0">
<frame src="leftframe.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="*" cols="*,127" framespacing="0" frameborder="NO" border="0">
<frame src="mainframe.shtml" name="mainFrame">
<frame src="rightframe.htm" name="rightFrame" scrolling="NO" noresize>
</frameset>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
I have four frames on the site, two sides, one at top and the center as my mainframe. When viewing in 800x600 the side, and center frames wont resize. The hours at the bottom right wont come up so you can see it in 800x600 resolution. I thought just making them 100% would make it, but it wont.
In rentals I have a table with 100% but I assume that wont work when viewing in 600x800 if you click on rentals and go into 600x800 you can see the scrolling bars, I don’t want any scrolling bars on this site.
Help me please, Thanks!