# Dhtml menu question

**URL:** https://forum.kirupa.com/t/dhtml-menu-question/59061
**Category:** Uncategorized
**Created:** [July 28, 2004, 4:30am UTC](https://forum.kirupa.com/t/dhtml-menu-question/59061 "2004-07-28T04:30:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![macneilslt](https://avatars.discourse-cdn.com/v4/letter/m/aeb1de/32.png) [@macneilslt](https://forum.kirupa.com/u/macneilslt)
#### Post date: [July 28, 2004, 4:30am UTC](https://forum.kirupa.com/t/dhtml-menu-question/59061/1 "2004-07-28T04:30:42Z")

</div>

OKay, so i followed this tutorial to make a dhtml menu, it works fine…anyways, here is what i put on the page to load it:

```auto

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>

<title>The "Orion Center"</title>

<script type="text/javascript" src="includes/browser.js">

</script>
<script type="text/javascript" src="config.js"></script>

</head>
<body onload="init();">

</body>

</html>

```

the menu appears at the top of the page, anyways, i want to know how i can put in the second row of a table, instead of at the top of the page like that…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 28, 2004, 1:08pm UTC](https://forum.kirupa.com/t/dhtml-menu-question/59061/2 "2004-07-28T13:08:36Z")

</div>

You’d have to post the js’s as well as the html (the text file is blank to me). Anyway, I’m no genius, so I use [http://www.dhtmlcentral.com/](http://www.dhtmlcentral.com/) for these kinds of things.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 28, 2004, 8:41pm UTC](https://forum.kirupa.com/t/dhtml-menu-question/59061/3 "2004-07-28T20:41:18Z")

</div>

okay…
