Adding links to Home page??

  You are currently not logged in. You can view the forums, but cannot post messages. Log In | Register

12-Apr-00 20:15
Hello,
I'm trying to use taste2, which is setup for 6 menu items. Can someone tell me how to add two more? I have read a previous post that told you how to add to the nav. menu on each page. But I have no clue how to add to the home page. I've worked with java applets before,but java script is a whole new ball game.

Thanks,Bill
13-Apr-00 17:27
Hi Bill,

You'll need to create four more images - an "on" and "off" for each item.

Then add those to the table on the page.

Name them using the "name" tag in the "img src" tag to whatever you want, but not the same as the others - just copy/paste the code for this.

take a look at the other images' javascript code and copy that around your new images.

You then need to modify the code at the top of the page:
(this stuff -
about_on = new Image ( 134, 94 );
about_on.src = "images/about_on.gif";)

You'll need to copy an "on" version as above twice and rename the relevant chunks to your new image's "name" and filename. You'll also need to copy the bit below it for the "off" versions.

That should do it - just hack the existing code!
simon



--
ELATED : )
http://www.PageKits.com
Professional Website Templates

 
New posts
Old posts

Follow Elated