Introduction Audio What's New? Movie Clips Downloads Making Waves Interaction Writings Film Info Websites Historical Info Experiences Image Gallery Merchandise Artwork B2T Games Music Guestbook

Today in Titanic History - with Searching
Today in
Titanic History

Sunday, March 9, 2025
1867 - 1st class survivor Miss Grace Scott Bowen was born.

1864 - 1st class survivor Mr Algernon Henry Wilson Barkworth was born.

1870 - 1st class survivor Mr Edwin Nelson Jr. Kimball was born to Edwin Kimball and Emma Cook Kimball in Atlanta, Georgia, USA.

1980 - 3rd class survivor Miss Helen Corr died in The Bronx, New York City, New York, USA at the age of 84.

1997 - The sinking scenes for James Cameron's movie "Titanic" were filmed from the 6th to the 12th and were the most expensive filming days in motion picture history.

search other dates

Help B2T stay afloat!

Shop at Cafepress
Buy this on a t-shirt!
Buy this on a t-shirt!
Buy this on a t-shirt!
more Titanic designs




Frames


Frames are defined as multiple pages that are displayed in one window at the same time, for instance a menu on the left and a main page on the right.

Before I teach anyone anything regarding frames, I'm going to make this disclaimer: Don't blame me for sites that misuse these frames. I'm going to be as thorough as I can.

1. You need three HTML files. The first is called the frameset and the other two are just like any page you've made before.

2. The frameset assigns which page goes on which frame. Write the frameset like this:

<html> <head> <title> Frames Example </title> <frameset cols="123,*" frameborder=0 framespacing=0 border=0> <frame src="menu.html" name="leftside"> <frame src="main.html" name="main" resize=no> </frameset> </head> </html>

3. Name one page "menu.html" and one "main.html". View the frameset. (Go to File | Open Page on Internet Explorer or Netscape to view.)

4. When linking, and you want a link to open in another frame, write like this (again, take out the dollar signs):

<A HREF="page-2.html" target="main"> Text link to page 2 </A> This will make a text link that should be placed on the menu. It will open in the main frame.

5. When you are linking to a site other than your own, and you don't want people to get caught in your frames, change the target="main" to target="_top" instead. Visitors will appreciate this more than you will ever know.

Now you have frames. You can change the frame names as long as they match the ones on the frameset.






about back-to-titanic.com | contact us