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 15, 2026
1864 - 1st class passenger Mr Emil Brandeis was born in Monitowac, Wisconsin, USA.

1896 - 1st class survivor Miss Georgette Alexandra Madill was born to Judge Madill and Elisabeth Walton McMillan Robert in St. Louis, Missouri, USA.

1916 - 1st class survivor Mrs Helen Bishop died of jacksonian epilepsy in Danville, Illinois, USA at the age of 23.

1954 - 2nd class survivor Miss Phyllis May Quick died of a self-inflicted gunshot wound in Detroit, Michigan, USA at the age of 44.

2005 - Director James Cameron announced the release of the Titanic Special Edition DVD to be in October 2005.

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