Topic: "Frames again :(" (page 1 of 1)

1
Author Post
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
www.scss.fehost.org/testingarea/Rodinboiswebsite.html

how do i get it so that when i make the "Home" "Picz" "Random" and "Links" links, make the info apprear in the box below. im sure its just some easy frame work but i dont have my favourite proggie Frontpage :(
Any help?

private message Website
sebasjm
groupmastergroupmastergroupmastergroupmaster
Hi!
Yes, it is not so hard, maybe this can help you:

http://www.w3schools.com/html/html_frames.asp

just make three vertical frames using the example ...:teach:

<frameset cols="15%,15%,70%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>

and set the links like this....:teach:

<a href ="frame_a.htm" target ="showframe">Frame a</a><br>

and stop using FrontPage :thumbsup:

SebaS!
private message EMail

Topic: "Frames again :(" (page 1 of 1)

1