Log in

View Full Version : ddcolortabs question



k3guy
07-02-2007, 08:34 AM
Can someone tell me how to get the menu to be centered in the page?
Its very essential for me in a project.

Thanks very much.

k3guy
07-02-2007, 07:15 PM
I created a table and put this menu inside it which is coded like this:

<table border=0 cellspacing=0>
<tr>
<td width=xxx></td>
<td> YOUR MENU </td>
</tr>
</table>

This worked fine... I got this idea by looking at some other related threads...

Thanks to all who tried to answer my question!!