Jump to content

frame??


survivor

Recommended Posts

how to insert a frame?? i got the codes

<html><head> <title> test 2 </title> </head><body><frameset cols="120,*"><frame src="tiltest.gif" /><frame src="tiltest2,1.gif" name="showframe" /><a href ="survivorsite.html" target ="showframe">survivorsite</a><br><a href ="frame_b.htm" target ="showframe">Frame b</a><br><a href ="frame_c.htm" target ="showframe">Frame c</a></frameset></body></html>

where the "tiltest" and the "tiltest2,1" are two "GIF" files, and the "survivorsite.html" are one of the sites hat was sorposed to be desplayed in the right frame...the hole screen pic i sorposed to be like there is a frame in the left side wiht links to the sites that should be desplayed i the right frame.i hope that someone in here can help me.

Link to comment
Share on other sites

You have to figure out if you are going to use regular frames or internal frames:Regular Frames:http://www.w3schools.com/html/html_frames.aspInternal Frame (iframe):http://www.w3schools.com/tags/tag_iframe.aspIn any case, they call a seperate HTML file all together. Review those two links and post any issues you have afterwards.:)

Link to comment
Share on other sites

You have to figure out if you are going to use regular frames or internal frames:Regular Frames:http://www.w3schools.com/html/html_frames.aspInternal Frame (iframe):http://www.w3schools.com/tags/tag_iframe.aspIn any case, they call a seperate HTML file all together.  Review those two links and post any issues you have afterwards.:)

its like the site http://www.w3schools.com but ow do i get the frame?
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...