You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Steven Pierce <pa...@speakeasy.net> on 2003/01/07 05:32:31 UTC

Re: [users@httpd] Webpage being displayed improperly

Francis,

Please post a link to the site so it can be looked at.  There is something else going on.

Steven

*********** REPLY SEPARATOR ***********

On 1/6/2003 at 10:32 PM Francis McIsaac wrote:
        Hi.  I am having trouble getting a page to display properly.  It worked fine offline, but when I posted it on my server, it does not send the proper code.  For some reason it is changing a line in my code and having the page display improperly.  It does the following: 
The code is written as: 
<td align="center"><img src="photos/pics/headbanner.jpg" alt="Head Banner"></td> 
And gets changed to this when the server sends the page: 
<td align="center"><!-- src="photos/pics/headbanner.jpg" alt="Head Banne--></td> 
        For some reason it is commenting out the image tag.  I checked the code several times, and it is stored on the server correctly.  Something is happening when it is being sent, I just don't know what.  Thank you in advance for your help. 
Frank


Re: [users@httpd] Webpage being displayed improperly

Posted by Steven Pierce <pa...@speakeasy.net>.
<html>
<head>
<title>Sutton Lodge - Bed and Breakfast - Hunting Outfitters</title>
</head>
<body>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
  <td align="center"><img src="photos/logo.gif" alt="Sutton Lodge Logo"></td>
  <td align="center"><img src="photos/pics/headbanner.jpg" alt=""></td>
  <td align="right"><img src="photos/logo.gif" alt="Sutton Lodge Logo"></td>
</tr>
</table>

<!-- navigation table starts below -->


This is the code that I am seeing.  One of the problem that I am seeing is that you 
have the site navagation on the left, which is fine.  When you click on the location 
button, the entire menu goes about 1/3 smaller.  WHY??  It should stay the same
through the entire site.  Also I am not seeing anything being "Commented out".
All of the pics and text are there as they should be..

I am confussed??  What is the site doing??


*********** REPLY SEPARATOR ***********

On 1/6/2003 at 10:47 PM Francis McIsaac wrote:
http://24.71.117.237 
Steven Pierce wrote: 
 Francis, Please post a link to the site so it can be looked at.  There is something else going on.  
Steven  
*********** REPLY SEPARATOR *********** 
On 1/6/2003 at 10:32 PM Francis McIsaac wrote: 
        Hi.  I am having trouble getting a page to display properly.  It worked fine offline, but when I posted it on my server, it does not send the proper code.  For some reason it is changing a line in my code and having the page display improperly.  It does the following: 
The code is written as: 
<td align="center"><img src="photos/pics/headbanner.jpg" alt="Head Banner"></td> 
And gets changed to this when the server sends the page: 
<td align="center"><!-- src="photos/pics/headbanner.jpg" alt="Head Banne--></td> 
        For some reason it is commenting out the image tag.  I checked the code several times, and it is stored on the server correctly.  Something is happening when it is being sent, I just don't know what.  Thank you in advance for your help. 
Frank


Re: [users@httpd] Webpage being displayed improperly

Posted by sy...@eluminoustechnologies.com.
I checked the linked you posted. I could see the page properly. 

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
  <td align="center"><img src="photos/logo.gif" alt="Sutton Lodge Logo"></td>
  <td align="center"><img src="photos/pics/headbanner.jpg" alt="Head Banner"></td>
  <td align="right"><img src="photos/logo.gif" alt="Sutton Lodge Logo"></td>
</tr>
</table>
  ----- Original Message ----- 
  From: Francis McIsaac 
  To: users@httpd.apache.org 
  Sent: Tuesday, January 07, 2003 10:17 AM
  Subject: Re: [users@httpd] Webpage being displayed improperly


  http://24.71.117.237 
  Steven Pierce wrote: 

     Francis, Please post a link to the site so it can be looked at.  There is something else going on.  
    Steven  
    *********** REPLY SEPARATOR *********** 
    On 1/6/2003 at 10:32 PM Francis McIsaac wrote: 

              Hi.  I am having trouble getting a page to display properly.  It worked fine offline, but when I posted it on my server, it does not send the proper code.  For some reason it is changing a line in my code and having the page display improperly.  It does the following: 
      The code is written as: 

      <td align="center"><img src="photos/pics/headbanner.jpg" alt="Head Banner"></td> 

      And gets changed to this when the server sends the page: 

      <td align="center"><!-- src="photos/pics/headbanner.jpg" alt="Head Banne--></td> 

              For some reason it is commenting out the image tag.  I checked the code several times, and it is stored on the server correctly.  Something is happening when it is being sent, I just don't know what.  Thank you in advance for your help. 

      Frank


Re: [users@httpd] Webpage being displayed improperly

Posted by Gary Turner <kk...@sbcglobal.net>.
Francis McIsaac wrote:

>http://24.71.117.237
>
>Steven Pierce wrote:
>
>>  Francis, Please post a link to the site so it can be looked at.
>> There is something else going on.
>> Steven
>> *********** REPLY SEPARATOR ***********
>>
>> On 1/6/2003 at 10:32 PM Francis McIsaac wrote:
>>
>>              Hi.  I am having trouble getting a page to display
>>      properly.
 <snip>
>>      The code is written as:
>>
>>      <td align="center"><img src="photos/pics/headbanner.jpg"
>>      alt="Head Banner"></td>
>>
>>      And gets changed to this when the server sends the page:
>>
>>      <td align="center"><!-- src="photos/pics/headbanner.jpg"
>>      alt="Head Banne--></td>
>>
<snip>

Looks OK here.  Source seems to match.

	<td align="center"><img src="photos/pics/headbanner.jpg" alt="Head
Banner"></td>
--
gt                  kk5st@sbcglobal.net
 If someone tells you---
 "I have a sense of humor, but that's not funny." 
                                  ---they don't.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Webpage being displayed improperly

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
Diaplayed with IE 5.0 and Netscape 4.79 just fine.


On Tue, 7 Jan 2003, Francis McIsaac wrote:

>         Thanks to all who looked and replied (much appreciated).  I am still
> having problems viewing this page, however.  It seems that anyone with
> netscape 7.0 and IE 6.1 can view my page, but myself and a bunch of my friends
> with older versions cannot.  I am using netscape 4.79 and IE 5 on Win 2k to
> view web content.  I am not sure if this is an apache question or not; the
> only reason I think it might be is because most browsers can view a simple
> table.  This has me warped...I can't imagine what would cause this.  Any
> ideas??
>
> Frank
>
> Bryan Lipscy wrote:
>
> > You: <DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> > Correct: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> >
> > Note the !
> >
> > I am seeing the images just fine:
> >   <td align="center"><img src="photos/logo.gif" alt="Sutton Lodge
> > Logo"></td>
> >   <td align="center"><img src="photos/pics/headbanner.jpg" alt="Head
> > Banner"></td>
> >   <td align="right"><img src="photos/logo.gif" alt="Sutton Lodge
> > Logo"></td>
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Webpage being displayed improperly

Posted by Francis McIsaac <ma...@shaw.ca>.
        Thanks to all who looked and replied (much appreciated).  I am still
having problems viewing this page, however.  It seems that anyone with
netscape 7.0 and IE 6.1 can view my page, but myself and a bunch of my friends
with older versions cannot.  I am using netscape 4.79 and IE 5 on Win 2k to
view web content.  I am not sure if this is an apache question or not; the
only reason I think it might be is because most browsers can view a simple
table.  This has me warped...I can't imagine what would cause this.  Any
ideas??

Frank

Bryan Lipscy wrote:

> You: <DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> Correct: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>
> Note the !
>
> I am seeing the images just fine:
>   <td align="center"><img src="photos/logo.gif" alt="Sutton Lodge
> Logo"></td>
>   <td align="center"><img src="photos/pics/headbanner.jpg" alt="Head
> Banner"></td>
>   <td align="right"><img src="photos/logo.gif" alt="Sutton Lodge
> Logo"></td>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Webpage being displayed improperly

Posted by Bryan Lipscy <x4...@monroe.net>.
You: <DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Correct: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Note the !

I am seeing the images just fine:
  <td align="center"><img src="photos/logo.gif" alt="Sutton Lodge
Logo"></td>
  <td align="center"><img src="photos/pics/headbanner.jpg" alt="Head
Banner"></td>
  <td align="right"><img src="photos/logo.gif" alt="Sutton Lodge
Logo"></td>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Webpage being displayed improperly

Posted by Francis McIsaac <ma...@shaw.ca>.
http://24.71.117.237

Steven Pierce wrote:

>  Francis, Please post a link to the site so it can be looked at.
> There is something else going on.
> Steven
> *********** REPLY SEPARATOR ***********
>
> On 1/6/2003 at 10:32 PM Francis McIsaac wrote:
>
>              Hi.  I am having trouble getting a page to display
>      properly.  It worked fine offline, but when I posted it on
>      my server, it does not send the proper code.  For some
>      reason it is changing a line in my code and having the page
>      display improperly.  It does the following:
>
>      The code is written as:
>
>      <td align="center"><img src="photos/pics/headbanner.jpg"
>      alt="Head Banner"></td>
>
>      And gets changed to this when the server sends the page:
>
>      <td align="center"><!-- src="photos/pics/headbanner.jpg"
>      alt="Head Banne--></td>
>
>              For some reason it is commenting out the image tag.
>      I checked the code several times, and it is stored on the
>      server correctly.  Something is happening when it is being
>      sent, I just don't know what.  Thank you in advance for your
>      help.
>
>      Frank
>