Menu inside a table?

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Menu inside a table?

Post by Andy »

My site is very table dependent. It is also nearly completely database driven. I plan to keep it table driven.

How can I include the menu in a table cell? I know I can set the properties to have it look like it's in a cell, but c an I actually add it to a cell?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: Menu inside a table?

Post by Andy »

Search the forums and you'll find the answer.
sdf@kjlkj.com
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Re: Menu inside a table?

Post by sdf@kjlkj.com »

Call the scripts like normal, but place:

<script>PlaceMenu("mainmenu")</script>

inside the cell of a table.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: Menu inside a table?

Post by Andy »

Thanks, I'll give this a try.

I did try searching the forum with little luck on a suggestion that worked.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: Menu inside a table?

Post by Andy »

roy@ecohauling.com
Beginner
Beginner
Posts: 9
Joined: Sun May 19, 2002 7:24 pm

Re: Menu inside a table?

Post by roy@ecohauling.com »

Cliff,

One thing should be noted. If you just throw it into a cell in NS4 it will crash and burn.

Give it it's own table


td
table
tr
td
<SCRIPT>PlaceMenu("mainmenu")</SCRIPT>

/td
/tr
/table
/td
Post Reply