I need help with frames for HTML -
08-22-2002, 09:46 PM
Since IM a newb at making a website, I need help on how to fix my frame problem. I can make the frame fine, but instead of making a link to go to the next page within my site, it just shows the whole damn page on the frame. Here's what I'm putting in my HTML for frames right now:
<html>
<head>
<title>Building Framesets</title>
</head>
<frameset cols="100,*">
<frame src="http://www.alliedassault.com" name="Visit AA.com" marginwidth="0" marginheight="0">
</frameset>
Note the AA.com thing is just a test to see if it works. Do I have to put <a href="http://www.alliedassault.com"</a> within the frameset box to make it a link instead of making the whole page come up in the frame? Help me I'm an idiot.
|