Help with Frameset Tag - HTML?

  • Thread starter Thread starter Jake S
  • Start date Start date
J

Jake S

Guest
Hi just a basic HTML problem;

<frameset rows="20%,*">
<frame src="./title.html>
<frameset cols="15%,*">
<frame src="./menu.html>
<frame src="./maincontent.html>
</frameset>

What I want the frames to have;

1. Top (title.html) at 20%

2a. Bottom Left (menu.html) at 15%
2b. Bottom Right (maincontent.html) at *
nvm i got it to work.. i didnt end the " on the frame src
 
Back
Top