stephenmbell
IS-IT--Management
I have just finished designing a page...
The problem is this: I have previewed the site on multiple machines IE6/IE7/Firefox at my varous locations, and the site looks fine.
I have also viewed the site in Safari on MAC and the site looks fine.
However, at my clients office, I go to view the page and my banner graphic does not display (the logo at teh top of the page). I tried deleting temporary internet files and cookies and all that, installed firefox, still does not show.
When I went and viewed the source, I was astonished that - THE SOURCE CODE is different?!?!?!
When I view the source of the homepage at my locations I see the following:
When I view it from my clients location, I see this:
What would cause this to happen. The page is an asp page, but it doesn't do any heavy duty stuff. Basically - all I do is include the nav buttons on the right side..
Any suggestions?
Thanks in advance
sb
The problem is this: I have previewed the site on multiple machines IE6/IE7/Firefox at my varous locations, and the site looks fine.
I have also viewed the site in Safari on MAC and the site looks fine.
However, at my clients office, I go to view the page and my banner graphic does not display (the logo at teh top of the page). I tried deleting temporary internet files and cookies and all that, installed firefox, still does not show.
When I went and viewed the source, I was astonished that - THE SOURCE CODE is different?!?!?!
When I view the source of the homepage at my locations I see the following:
Code:
<body>
<br />
<br />
<table width="799" border="2" align="center" cellpadding="0" cellspacing="0" class="outerborder">
<tr>
<td align="center" valign="top">
<table width="799" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="/images/banner.gif" width="799" height="129" /></td>
</tr>
<tr>
<td width="209" valign="top"><!-- this style and script is generated from nav.html - fireworks export-->
<!--<style type="text/css">
td img {display: block;}td img {display: block;}td img {display: block;}
</style>-->
When I view it from my clients location, I see this:
Code:
<body>
<br />
<br />
<table width="799" border="2" align="center" cellpadding="0" cellspacing="0" class="outerborder">
<tr>
<td aalign="center" valign="top">
<table width="799" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td width="209" valign="top"><!-- this style and script is generated from nav.html - fireworks export-->
<!--<style type="text/css">
td img {display: block;}td img {display: block;}td img {display: block;}
</style>-->
What would cause this to happen. The page is an asp page, but it doesn't do any heavy duty stuff. Basically - all I do is include the nav buttons on the right side..
Any suggestions?
Thanks in advance
sb