Forums

This topic is locked

Resolution/White space problem

Posted 05 Mar 2007 01:36:44
1
has voted
05 Mar 2007 01:36:44 Stephen McDermott posted:
If anybody could help me with this I would greatly appreciate it.

On my website www.axxsysqa.net, if the resolution is too high on the client i get a white space between the frames, or if it too low some of it will be hidden, i have defined the frame using pixels, so I would not expect the browser to resize this, i have checked in HTML ways of restricting this but to be honest i am not good with html so I have not quite cracked it.

<frameset rows="45,*,25" cols="*" framespacing="1" frameborder="yes" border="1" bordercolor="#FFFFFF">
<frame src="banner.htm" name="Banner" scrolling="no" marginwidth="0" marginheight="0" id="Banner">
<frame src="frame-home.htm" name="Main" marginwidth="0" marginheight="0" id="Main">
<frame src="frame-footer.htm" name="footer" scrolling="no" marginwidth="0" marginheight="0" id="footer">
</frameset>

Any help would be really appreciated.

Thanks.

Reply to this topic