Re: basic frame issue

message from Murray *TMM* on 15 Jul 2004
Must you use frames at all? You would not have this problem on a flat page.

To learn more about why NOT to use frames, read this -
http://apptools.com/rants/framesevil.php

Your frameset code is very rigid. This is what is causing your problems.

<frameset rows="571,46" cols="*">
<!-- This will only look right on a browser viewport that is exactly 571+46
pixels tall. On all other heights, one or both of these frames will be
larger or smaller than you have specified -->
<frameset rows="110*,446*",453" cols="*" border="0" framespacing="0"
<!-- This frameset specification is improper syntactically. Note the
erroneous ',453" in there. How did you do that? -->
 

Archived message: Re: basic frame issue (Macromedia Dreamweaver)