View Full Version : Help with frames.


twisted_dolly
07-08-2003, 11:58 AM
I need help with inline frames. I've read the page on how to do it but its too confusing. I have a main page with 7 links at the top, and below that I want an inline frame - so that the content of it changes depending on what link has been clicked on. I read the page on inline frames but its confusing me too much. Can anyone explain it in a simpler version? Thankyou. Katt x <3

twix2006
07-08-2003, 01:07 PM
so you want the links to link into the iframe? just add: target=frame
into your link code. put it right after <a href="blah.html">..so it'll look like <a href="blah.html" target=frame> and then put the rest of your code..

twix2006
07-08-2003, 01:09 PM
oh yea. if that didn't make any sense either :P..go to http://www.peachie.nu (http://)..n then go to html tutorials--->iframes/frames. this site helped me w/ iframes :0) good luck!