Hi everyone,
How can I set a fixed width and height for the whole frameset:
I'd like the frameset to be just 400 x 200 px. But when I insert the above code it covers my whole webpage.Code:<html> <frameset cols="25%,50%,25%"> <frame src="http://www.w3schools.com/html/frame_a.htm"> <frame src="http://www.w3schools.com/html/frame_b.htm"> <frame src="http://www.w3schools.com/html/frame_c.htm"> </frameset> </html>
Also I'd like to put a border around the frameset.
Your help is really appreciated!
Regards
Rain Lover



Reply With Quote

Bookmarks