HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
two column website html codes
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
tom hartline



Joined: 06 Mar 2005
Posts: 3

PostPosted: Mon Mar 07, 2005 11:40 am     two column website html codes Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Mon Mar 07, 2005 1:02 pm     Reply with quote

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

PostPosted: Mon Mar 07, 2005 2:32 pm     Corey , change which one? Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Mon Mar 07, 2005 2:35 pm     Reply with quote

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

PostPosted: Mon Mar 07, 2005 2:38 pm     Corey Reply with quote

Thank you so much! Ill try that!
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial