View Full Version : i need help with frames


Natalie
05-29-2003, 12:35 AM
when i use the code for top and left side frame, and noticed that when i try to put a picture on the top it has scrollbars so u cant see the whole picture at once, when thats what i want to do. and when i move the top frame down, the left and side frames shrink as well....can anyone tell me how to right this? is there a way? because im really confused....

zangerbanger
05-29-2003, 01:16 AM
Adjust the height and width of the top frame to the same height and width of your image.

Alcy
05-29-2003, 02:55 AM
Set the margins of the page with the picture on it to zero.
<body topmargin=0 leftmargin=0>

or, set the image as the page background.