Forum Moderators: open

Message Too Old, No Replies

#include virtual problem or TD problem

display problem with top and side menu

         

soheila

8:51 pm on Jan 25, 2009 (gmt 0)

10+ Year Member



Hi,
I have inherited a very old website. now the header ( and top menu) and side menu do not line up properly. it displays many blank lines before it.
this is a stripped down code of the header:

<html>
<head>
<script type="text/javascript" language="JavaScript1.2" src="/navigation_menu/stmenu.js"></script>
</head>

<body topmargin="0" marginwidth="0" marginheight="0" leftmargin="0" bgcolor="#FFFFFF" text="#333333" link="#000099" vlink="#6666FF" alink="#FF9900">
<table border="0" width="600" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" height="8">
<!--#include virtual="/example/header.html" -->
</table></body></html>

then the header.html file contains the following code:

<table border="0" cellpadding="0" cellspacing="0" width="650" bgcolor="#0099FF">
<tbody><tr><td height="65" valign="top"><a href="http://corp.example.net"><img src="/images/Main/header8.jpg" width="686" height="65" alt="alt text" border="0">
</a></td></tr></tbody></table>

appreciate your help,
S.

p.s. it also does not work in FF 3. (works in older versions)

after that is the menu code, which I took out

[edited by: tedster at 11:34 pm (utc) on Jan. 25, 2009]
[edit reason] switch to example.net - it can never be owned [/edit]

bill

2:27 am on Jan 26, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld soheila.

Here are a few other threads dealing with this topic [google.com]

soheila

5:42 pm on Jan 26, 2009 (gmt 0)

10+ Year Member



thanks,

have not been able to find anything relevant...
I am very frustrated.
thanks,
S.