Frameset row size help please

Hello all,<br />
<br />
Firstly I'd like to say a big hello as its my first time visiting the forums. I've been tinkering with websites now for about 4 years (just in my free time) I could of done with finding this 4 years ago though!!! ;) <br />
<br />
I'm currently working on a website for a friend of mine, the website can currently be seen here<br />
<br />
<!-- m --><a class="postlink" href="http://homepage.ntlworld.com/andy.blackett/">http://homepage.ntlworld.com/andy.blackett/</a><!-- m --><br />
<br />
The problem I have is this, when viewed at 800 x 600 all looks fine and dandy but if its viewed any bigger the middle frame is so big that the bottom of the background image is missing.<br />
<br />
The coding I have at the moment is<br />
<br />
<frameset rows="138, *, 25" frameborder="NO" border="0" framespacing="0" frameBorder=NO><br />
<frame src=http://www.htmlforums.com/archive/index.php/"top.htm" name="top" noresize marginwidth="0" marginheight="0" scrolling="no"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"page1.htm" name="main" noresize marginwidth="0" marginheight="0"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"bottom.htm" name="bottom" noresize marginwidth="0" marginheight="0" scrolling="no"><br />
<br />
Is there a way of making the middle frame (framename "Main") fill the remaining space BUT to a maximum of 371 pixels high??<br />
<br />
Any help would be appreciated<br />
<br />
Andy<br />
<br />
P.S. If anyone has any idea of an alternate way around this problem I'd be grateful to hear it<!--content-->no there isn't, you have to adjust your background in page1.htm.<!--content-->
 
Back
Top