 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
tom hartline
Joined: 06 Mar 2005 Posts: 3
|
Posted: Mon Mar 07, 2005 11:40 am two column website html codes |
|
|
|
My web site has two columns, The main body is on the right and the index (click here to go to different pages) is on the left, I want to be able to click on the index on the left and have that page come up in the main body , is that possible? now when I click on an item in the index it opens a page on top of the index and main body, but its never opened up all the way, I have to click on the box in the top right corner to make the page open up all the way and then it covers the entire screen. is it possible to make the item selected from the index just come up in the main body on the right and still show the index?That way you can keep selecting from the index without backspacing, my site is www.geocities.com/southbeach/cape/7654
Maybe seeing it you will help you get a better understanding of what I mean. I dont explain very well.
Thanks for any assistance ! |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8316 Location: Castle Pines North, CO USA
|
Posted: Mon Mar 07, 2005 1:02 pm |
|
|
|
You have:
| Code: |
<frame src="test13.html" name="left">
<frame src="second.html" name="right"> |
in your frames, but in your test13.html, you have
| Code: |
| <a href="latestimages.html" target="Imagewindow">Latest Image's</a><br> |
You need to change your targets |
|
tom hartline
Joined: 06 Mar 2005 Posts: 3
|
Posted: Mon Mar 07, 2005 2:32 pm Corey , change which one? |
|
|
|
Thanks for the reply Corey,
Now change which one? ahref'"latest images.html " or Target = "imagewindow"
I have tried changing the" target=" target but it didnt make any change
I changed the target to what the main body html was in , was that a correct move. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8316 Location: Castle Pines North, CO USA
|
Posted: Mon Mar 07, 2005 2:35 pm |
|
|
|
The target should be the name of your frames:
| Code: |
| <a href="latestimages.html" target="right">Latest Image's</a><br> |
|
|
tom hartline
Joined: 06 Mar 2005 Posts: 3
|
Posted: Mon Mar 07, 2005 2:38 pm Corey |
|
|
|
| Thank you so much! Ill try that! |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|