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!
Help with frames!
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
smallvillechick7



Joined: 23 Feb 2005
Posts: 6
Location: Vancouver Canada

PostPosted: Wed Feb 23, 2005 7:03 pm     Help with frames! Reply with quote

Crying or Very sad Help!!!!!! In the code for a simple frame; what do you put in the place of <FRAME SRC="framea.html">
<FRAME SRC="frameb.html">
<FRAME SRC="framec.html">
<FRAME SRC="framed.html"> Someone, please help!
chrisxkelley



Joined: 07 Dec 2004
Posts: 246

PostPosted: Wed Feb 23, 2005 7:08 pm     Reply with quote

well, what are you wanting to do exactly?
smallvillechick7



Joined: 23 Feb 2005
Posts: 6
Location: Vancouver Canada

PostPosted: Wed Feb 23, 2005 7:12 pm     Reply with quote

I am making a frame for my website. I have it in 2 columns and it is perfect. But how do I get the stuff inside of it to be my page?
chrisxkelley



Joined: 07 Dec 2004
Posts: 246

PostPosted: Wed Feb 23, 2005 9:13 pm     Reply with quote

just put the name of the file you want to be in the frame there

so if you want the file "page.html" to appear in the frame named "page", do this

Code:

<frame src="page.html" name="page">

since there you have also added a name to the frame, you can also get different pages into your frames by linking to them with a target.

that frame will originally bring up page.html. say you want the page to change to home.html when they click on the home link (on the main page).

just use this code for the link:
Code:

<a href="home.html" target="page">


not to hard, eh?

let me know if that helped


Cheers,
Chris
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
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

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