HTML Code
(It's easy! Don't sweat it.)
Ok, the sample page gives two methods for including Get Tiffany in your site.
Method 1: Easy
This method consists of nothing more than linking to a special page on the Get Tiffany server. Put the line of code shown below in your HTML and you're ready to go.
<A HREF="http://www.gettiffany.com/linkto.asp">
Play Get Tiffany </A>
Method 2: Frames
This method is harder than Method 1 but is by no means HARD. It consists of five simple steps:
Step 1. Put a simple hyperlink somewhere in your site to a page named "frameholder.htm".
Step 2. Make a file named "frameholder.htm" and put the following code in it.
<HTML>
<HEAD>
<TITLE>Acme Sample Site</TITLE>
</HEAD>
<FRAMESET ROWS="20,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
<FRAME SRC="topbar.htm" NAME="topbar"
marginheight=0 marginwidth=0 border=0 scrolling=no frameborder=0>
<FRAME SRC="http://www.gettiffany.com/linkto.asp"
NAME="game" marginheight=0 marginwidth=0 border=0 scrolling=no
frameborder=0>
</FRAMESET>
</HTML>
Step 3. In "frameholder.htm", change where it says "Acme Sample Site" to the name of your site.
Step 4. Make another file named "topbar.htm" and put the following code in it.
<HTML>
<BODY BGCOLOR="#FFFFFF">
<A HREF="index.htm" target="_top"><FONT
COLOR="#000000" SIZE="-1" FACE="Arial">
<< BACK to Acme Sample Site << </FONT></A>
</BODY>
</HTML>
Step 5. Modify "topbar.htm" where it says "Acme Sample Site" to say whatever the name of your site is. If you're feeling spicey, you can alter this file more and put some graphics in it. Remember that only the top 20 pixels will show up on the screen.
That's it! This is a 5 minute job at most. Also, if you start screwing around with the HEIGHT of the top bar remember that Get Tiffany needs space on the screen to look good. Don't irritate your customers by making a tall top bar.