View Single Post
  #2  
Old 09-03-2004, 09:31 AM
Cujo>DK< is offline Cujo>DK<
Registered User

Join Date: Jan 2004
Posts: 67

Send a message via Yahoo to Cujo>DK<
If you're doing this with html and frames, what you'll have to do is create an html file with everything that you want to show up in the content area. and then put the name of the file that you created into your frame structure html.

It would look like this.

<frame name="name" src="name.html" scrolling="auto">

Replace name with the frame name you're using, and the .html file you're using.

Hope this helps
__________________
Reply With Quote