Static
12-17-2003, 12:16 PM
Ok. From what I know, this is not supposed to happen.
Click here (http://www.tt.jsupnick.com/temp_site/main.php?page=news)
It is my Zelda site, but the right nav is dropped down. When you click on other links which are not finished, the words are closer to the left nav to give room for the right nav to stay up.
In main.php?page=news what's the problem? Help ASAP would be appreciated.
Thank you.
AmxHost
12-17-2003, 12:17 PM
Link will not work for me :-x
Acecool
12-17-2003, 12:32 PM
You are ending the table too early.
Static
12-17-2003, 12:39 PM
Do you know the solution to fix this?
Acecool
12-17-2003, 01:18 PM
Its because you have an extra </table>
Static
12-18-2003, 09:03 AM
Which parts </table> do I need to take out?
There's alot of errors in your page that will cause all sorts of problems, it looks almost like you have pasted chunks of two different pages together.
For example around line 120/121 you have a <html> and <body> tag, you need to remove those, then around 128 you also have a </body> tag that needs to be gone, and the table tags on the same line don't look as if they should be there also.
You need to have a good look through your code, if removing the above doesn't fix the table alignment error post again and i'll have a better look for you, but those problems really need to be fixed.
* edit - i think the table tags around 98/99 are the ones causing the menu problem.
Static
12-18-2003, 11:41 AM
That is shown when I do the view source, but when I look through my main.php file, it does not.
Am I allowed to upload my main.php on here for someone to take a good look at?
kneuf
12-19-2003, 08:33 AM
Don't forget to check the included files. They are included into the main.php page and their source is there along with it. Hope it helps. P.S., as everybody said, check your table tags.
My $0.02