Forum Moderators: open
Currently the page looks like this, [mydomain.com...] and there are small graphics for the page categories, there is some javascript running on the page to allow for a drop down menu to be added (DW MX). Each graphic lies within its own cell, within a row, all of this is surrounded by a table.
If I duplicate the row and merge all of the cells above the original graphics then the page displays perfectly fine and the navbar appears how I want it,http://www.mydomain.com/testnavbar.htm but due to the table formatting, each time I start to remove the graphics and the cells, the page then appears like this [mydomain.com...] .
I know that the problem relates to the table constrainsts itself but can't pinpoint exactly where the issues lies and how to resolve it. I think that it may be better if I take the navbar out of the table row and just have it on its own.
[edited by: uk_designer at 12:29 pm (utc) on Jan. 21, 2004]
<table width="98%" height="0%" border="1" align="center" cellpadding="0" cellspacing="0"><tr align="left">
It's that last part I believe needs to have align="center" rather than "left"
I like the navigation better that you have on www.yourdomain.com now. looks more professional.