View Full Version : No idea, not even a slight one.


username_taken
06-22-2005, 02:41 AM
I couldn't tell you if my question is html or css or frames or anything. So if this is in the wrong place. Sorry.


I've got my site, empty, and I wanted to know how to make it so when I click a link (in the side bar) only the page in the center (to the right of the section on the left and under the header section) will change to that desired page.

bounty_hunter
06-22-2005, 02:43 AM
thats frames you're talking about..and frames consists in html :)
http://www.lissaexplains.com/frames.shtml
its pretty easy..you only need to pay attention and read carefully :)

firewall1
06-22-2005, 02:44 AM
im not positive but i think you need an iframe for that
theres lots of stuff about iframes on this forum your bound to find wut u need

pretender
06-22-2005, 02:46 AM
You have to name your frame for example if you have a frame that has all the links on it you could name it menu,,,and you could name the place where you want all your links to show main
<a href="gohere.htm" target="main">

username_taken
06-22-2005, 03:59 AM
Thank you SO much (everyone) I got the hang of it. Thanks again!!