Centering Menu in a table

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Schoolie
Beginner
Beginner
Posts: 1
Joined: Tue Feb 14, 2006 3:18 pm

Centering Menu in a table

Post by Schoolie »

This seems really simple, but I can't figure it out.

I just want to center the menu in a table...or if this can't be done.... how I just center the entire menu with/without tables or iframes.
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

Hi,

I believe that to center the menu in a table, all you need to do is set "text-align: center" for your <td> settings.

Read here on the proper way to put the menu in a table:

http://milonic.com/tablemenu.php
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

even this works

Code: Select all

<td  >
<div align="center">
<script type="text/javascript" src="embedded_menu.js"></script>
</div>
</td>
Michael
Post Reply