PHP menu layout out of order in Netscape! HELP!!!

liunx

Guest
hi all<br />
I made a layout and applied it with some PHP codes to make a menu included in all page, example is here<br />
<!-- m --><a class="postlink" href="http://www.pokemon.fairmount.nu/test/PHP">http://www.pokemon.fairmount.nu/test/PHP</a><!-- m --><br />
My problem is that you can view this page without getting any sort of problem in IE, but when I view it in Netscape, after I click a link on that page to test out PHP, the table went weird, it extends and it drives me crazy!<br />
I attach a .zip file with all files inside in case if you need reference<br />
please help me, thank you!<!--content-->strange... it stretches suddenly. what is the CSS code that is applied to this table? i know NS sometimes doesn't like percentages for certain things... check for that.<br />
<br />
waitaminute... it looks as if you may have a table error there somehow. like possibly an extra <TD> or something. at least that's how it SEEMS to be reacting when a link is clicked. have you tried the validator at <!-- w --><a class="postlink" href="http://www.w3.org">www.w3.org</a><!-- w --> ? try running the output through that or something.<!--content-->oh, I think I solve the problem!<br />
the problem was the HTML file I tried to include is a stantard web page, in other word, it can be a web page by itself, this means that it has <head> and <body> tag as well... that's why it causes problem!<br />
<br />
I go to these included files and remove all extra tags and only left the tag that relates to the content, and now it works properly!<br />
<br />
thank transmothra for the tip, I did go through to find if I lack any <td> tag or not... even though the problem wasn't about the <td> this time (I made other mistakes in <td> tag in the past):D :D <br />
thanks again<!--content-->
 
Back
Top