View Full Version : questions!*!!*


gotfaith3
03-05-2003, 05:26 PM
okay.. my whole page it just one big table with an i frame in it and i need to keep it that way so i can have my stuff linded up, but i need to be able to target myi frame links so that they open up on the right side of it... here's my page to be able to see what i'm talking about http://www.freewebs.com/gotfaith3/index.htm .... do i need to just put the left side into an i frame and then thats how i will target it?? i just need to be able to keep the iframe on the left lined up with all the stuff on the right... so if you understood that then i hope that you can help me. if you have any questions like if i didnt explain it well, well then just ask!! thanks, katie

Sheila
03-06-2003, 10:29 AM
First make a page called main.htm and put this in it:

<center>Hey! Thanks for coming to my page. I hope you like what you see. Just look around, sign the guestbook, take my poll, and send me some feedback... God Bless!
<br>
<center><img src="crossman.GIF" width="161" height="195" alt="crossman"></center>


Where you have the above on your index page replace it with this:

<iframe src="main.htm" name="main" width="500" height="500" style="border: 5 solid #CC85DE"></iframe>


Then all you have to do is change your links so they are like this:

<a href="Your Link" target="main">Link Name</a>