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:
<!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…