I forget how to target main...

Joined
Jun 4, 2007
Messages
20
Reaction score
0
Points
1
Location
Bayonne, NJ
Your Mac's Specs
Macbook - the white one :)...IPod Video 30 gig.
I used to run a website that had a frame within the main page that my links would load into when clicked on. I've found how to create the frame, and then label the links with the html to target to main, but nothing seems to be working. I'm not great with HTML so I'm having a hard time understanding, can anyone help? I would just like to have one simple frame in the middle of the area I wish to keep it, and have my links that are to the left of it (not in a frame, and would like to keep it that way) load into the box. I don't know CSS either. I guess whichever is easier would be ideal.

Thanks guys!
 
Joined
Nov 18, 2007
Messages
234
Reaction score
2
Points
18
It depends on what you named that frame, I usually name it "main" but it depends on what you named it. Like in your frame tag, for that particular frame, you should include name="insertnamehere" and then in another frame you can set it as target="insertnamehere"
 
Joined
Apr 21, 2007
Messages
1,174
Reaction score
23
Points
38
Location
Sydney, Australia
Your Mac's Specs
13" MBP, 2.26GHz, 8gb RAM
<a href="http://www.mac-forums.com/" target="main">Mac Forums</a>

Make sure you're iframe name is the same as what's being targeted.

Wow, it's been ages since I've used iframes... divs ftw!

It might help to post your HTML so we can see what's going wrong =)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top