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.
Centering Menu in a table
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
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
Hi
even this works
Michael
even this works
Code: Select all
<td >
<div align="center">
<script type="text/javascript" src="embedded_menu.js"></script>
</div>
</td>