Forum Moderators: not2easy

Message Too Old, No Replies

beginner. div link to another div?

         

cutout

4:01 pm on Sep 22, 2005 (gmt 0)



My html and CSS is rusty, but I am trying to get links in the top "frame" div of my site to open up in the bottom "frame" div. Is this possible? I put 'target=center' and 'target=_center', adding " ", etc (center being the name of my target div), the only things I remembered working in the past- but it still opens the links in a new window.

I know I didn't explain that well, but I figure it's such a silly question that you'll be able to figure it out. Thankyou so much for any help.

Robin_reala

11:58 am on Sep 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are we talking frames or divs here? If it is divs then they don't act like frames - you can't load external content into them. A div is just a generic block level element.

Sorry that this isn't that helpful. Maybe if you expand on your design a little more we can help you out?