View Single Post
  #4 (permalink)  
Old Sep 11th, 2007, 01:30
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver MX frames problem

I had a good giggle over your description of not having success in front of the class! I think I would have died! hahahaha

After that story, I felt your pain so made a couple of screen shots for you. I don't use frames ever so I didn't have anything exciting to show you ... I hope it helps you figure it out.

This is what your code should look like "if" you used the same labels for each frame. For instance the default in DW is mainFrame
Code: Select all
<a href="index.html" target="mainFrame">home</a>
If it doesn't work, let me know and I'll try to be more helpful.
Actually if that doesn't work try the word main such as
Code: Select all
<a href="index.html" target="main">home</a>
Attached Images
File Type: jpg ss.jpg (71.2 KB, 13 views)
File Type: jpg ss1.jpg (66.9 KB, 14 views)
Reply With Quote