By default, users can resize frame borders in the browser. Many Web authors prefer to make their frames static in size. To do this for the your travel frames layout page, you have to specify that the frame borders cannot be resized. The syntax for controlling frame resizing is:
<FRAME SRC=document NORESIZE>
Return to your text editor and the yourbusinessname.html file. Add the property NORESIZE within each of the three <FRAME> tags in the file just before the closing bracket at the end of each line. Save your changes, and then reload the file in your Web browser. Verify that you cannot resize any of the frames. Here is how your notepad should look at this point:
