 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
smallvillechick7

Joined: 23 Feb 2005 Posts: 6 Location: Vancouver Canada
|
Posted: Wed Feb 23, 2005 7:03 pm Help with frames! |
|
|
|
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
|
Posted: Wed Feb 23, 2005 7:08 pm |
|
|
|
| well, what are you wanting to do exactly? |
|
smallvillechick7

Joined: 23 Feb 2005 Posts: 6 Location: Vancouver Canada
|
Posted: Wed Feb 23, 2005 7:12 pm |
|
|
|
| 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
|
Posted: Wed Feb 23, 2005 9:13 pm |
|
|
|
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 |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|