help html web page making?!?!?!?

Xxvermilion07xX

New member
hey i made this frameset and obviously the links are on the left but whenever i click the link how will i able to make the page appear on the center instead on the left side
here's the tags
<html>
<head>
<title>My Frames Page</title>
</head>

<frameset cols="120,*">
<frame src="menupage.htm" name="menu">
<frameset rows="*,50">
<frame src="welcomepage.html" name="main">
<frame src="bottombanner.html" name="bottom">
</frameset>
</frameset>

</html>
 
Back
Top