Click to See Complete Forum and Search --> : Kindof Newbie : How do I...


Chris-p
02-18-2003, 02:07 PM
Well Ive made the kind of layout for my site. It's here: www.geocities.com/co2nite/template.html And Id just like to know how I could add a link outside of the little frame-thing, which links to somewhere in that frame thing. Im sorry I sound really thick it's just I dont know alot about all HTML and stuff. Im using Pagebuilder :), Allthough I did use HTML for the actual frame thing, and the frozen background etc.
Please could someone help.
Thanks
Chris

genjibox
02-18-2003, 05:25 PM
well i assume that you have an index which lists all the names of the frames..

in the end wherever you want the link to point to is done like this=

"<a href="http://www.yourlinkhere.com" target="littleFrame">THE LINK!!!</a>"

after listing the link addy, you just add the target, it tells the browser where the information will appear. It all depends on what the frame is called.. that can usually be checked in the index file.

hope that helps lol