Jump to content

Typing in a frame


tamer

Recommended Posts

I am very new to all this. i am using W3schools wonderful tutorial to teach myself.But my problem is....I have set up my frames like so<frameset rows="20%,80%"><frame src="frame_a.htm"><frame src="frame_b.htm"></frameset>How the tutorial shows me, but how do i get what i want in the frames? instead of it just saying Frame A or Frame B with a coloured background..do i need to create an anchor for each frame, if so what would it look likeTaT

Link to comment
Share on other sites

You need to put the information you want into the page that you are linking to, so make a page for the middle, on for the left, and the right etc. Then make a page with your frames on that accesses them.
Thanks i thought this was the case, but i am pottering about with my web page at work and don't want to save anything to there HD... I'll give it a go.Tamer
Link to comment
Share on other sites

You need to put the information you want into the page that you are linking to, so make a page for the middle, on for the left, and the right etc. Then make a page with your frames on that accesses them.
Hi again.I am about to give the hole frame thing ago, but if what im thinking is right. If you have for example a web page with 5 frames, does that mean you would need 5/6 web pages just to make 1?
Link to comment
Share on other sites

Yes, it depends on your content, but once you have the main setup you just need to make your different pages and you keep the same frame setup, so you could have 5 frames, frames 1 - 4 being standard on each page and the 5th frames being for your content which would change when you clicked your links.So for example a page with a top bar, left and right side bars a main body and a contact bar at the bottom would need 6 pages, but after that you would only need to make lots of different main content pages, if you get what I mean, because the top bar, left and right side bars and the contact bar would alway be there.

Link to comment
Share on other sites

You should have 2 web documents (not the ones that are in the browser) that are stated into web documents like(*html,*htm,*php,*asp, etc) . . .and your code was

<frameset rows="20%,80%"><frame src="frame_a.htm"><frame src="frame_b.htm"></frameset>

It should be . . .

<frameset rows="20%,80%"><frame src="*your own document*"><frame src="*your own document*"></frameset>

Link to comment
Share on other sites

Yes, it depends on your content, but once you have the main setup you just need to make your different pages and you keep the same frame setup, so you could have 5 frames, frames 1 - 4 being standard on each page and the 5th frames being for your content which would change when you clicked your links.So for example a page with a top bar, left and right side bars a main body and a contact bar at the bottom would need 6 pages, but after that you would only need to make lots of different main content pages, if you get what I mean, because the top bar, left and right side bars and the contact bar would alway be there.
Thanks for the info... Cracked it now... just trying to work out how to add decent graphics instead of the colors thats just in w3schools. but still thats a whole new topic...Cheers
Link to comment
Share on other sites

No problem, glad to have helped you, I wasn't sure wether I had just confused the matter altogether or not, because I started to get confused myself! Anyway thats not the poi9nt, it is working now :)
Yeah it's working now, i have also worked out how to keep the index in the left frame and change the main frame when i click on an index link... :) i have started to look at CSS and javascript, which is a whole new league. I'm just having trouble thinking of something i can design a page for.Thanks for the help anyway much appreciated..
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...