View Single Post
05-08-2005, 09:48 PM
#21
Anthony is offline Anthony
Status: Sin Binner
Join date: Jul 2004
Location: Yorkshire Coast - UK
Expertise:
Software:
 
Posts: 5,911
iTrader: 29 / 91%
 

Anthony is on a distinguished road

Send a message via MSN to Anthony

  Old

When you compile the .js file you are given two lines of code to include.

The first one mentions including it in the <head> tag of your website, do this just as you would do anything else, between the <head> tags.

The second line, asks you to include it in the <body> tag. Now instead of just whopping this right after <body>, you need to put this line (which is used to include the menu) into the table cell or div that you want the menu to be placed in.

This is how you get the menu into your website. That is if you're using SoThink