473,795 Members | 3,386 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Webpage renders differently when loaded from Internet

When loaded from my hard drive, the webpage I'm working on renders fine
on IE6, Firefox 2.0.0.1, and Opera 9.02. However, after uploading it to
the web there are 2 images that fail to display on those browsers. All
the other images and everything else on the page render just fine.

1.) I converted one of the gif images to a jpeg but that made no
difference.

2.) I validated the webpage offline using Tagcheck, and online using the
ww3.org validator. The only issues were the usage of Height and
Background attributes in the TD tag. But I've done that before with no
issues, and the tags for the missing images do not use either of those
attributes.

3.) The images uploaded OK to the ISP and show correct sizes of 12 and
23 KB respectively.

4.) When I right-click on the jpg image placeholder to check for
properties:
IE6 shows: ad3.jpg file (correct), type = gif (incorrect),
dimensions: 273x88 pixels (correct), size = 42 bytes (incorrect)
Firefox shows: ad3.jpg file (correct), no type specified,
dimensions: 273x88 pixels (correct), size = 42 bytes (incorrect)
Opera shows: ad3.jpg file (correct), type = gif (incorrect),
dimensions: 1x1 pixels (incorrect), size = 42 bytes (incorrect)

5.) I entered the full web address of the jpg image into each web
browser and got the following results:
IE6: Nothing appeared in the browser window
Firefox: Nothing appeared in the browser window, however the tab
showed "ad3.jpg (Gif image. 1x1 pixels)"
Opera: Nothing appeared in the browser window

6.) I called and asked my brother to load the webpage from his computer.
He says there are no images missing and correctly described both of them
to me.

7.) I rebooted my computer and tried again, but nothing changed.

It's as though 1x1 transparent gifs have been substituted for only those
2 images, and only when *I* load from the web. I have run out of ideas
as to why this is happening on my system. Any additional ideas for
troubleshooting will be greatly appreciated. Thanks.

Feb 4 '07 #1
12 4235
M.L. wrote:
the webpage I'm working on
Any additional
ideas for troubleshooting will be greatly appreciated.
My experience with watching people describe things in great detail
poorly as contrasted to gving access to what is being described with one
line or a link is that the greatly detailed inadequate description
sucks, and simple access to the real thing works.

If you can't give the people you are asking for help access to the real
thing, you should just work it out yourself or talk to someone/someplace
that you /can/ give access to the actual item.
--
Mike Easter

Feb 4 '07 #2
On 4 Feb, 21:39, "M.L." <m...@privacy.n etwrote:
When loaded from my hard drive, the webpage I'm working on renders fine
on IE6, Firefox 2.0.0.1, and Opera 9.02. However, after uploading it to
the web there are 2 images that fail to display on those browsers.
You didn't tell _us_ the URL though. did you?

Feb 4 '07 #3
M.L. wrote:
When loaded from my hard drive, the webpage
<snip unnecessary essay>

What is the URL to the page?

--
-bts
-Motorcycles defy gravity; cars just suck
Feb 4 '07 #4
followup-to set: comp.infosystem s.www.authoring.html

M.L. wrote :
When loaded from my hard drive, the webpage I'm working on renders fine
on IE6, Firefox 2.0.0.1, and Opera 9.02. However, after uploading it to
the web there are 2 images that fail to display on those browsers. All
the other images and everything else on the page render just fine.

1.) I converted one of the gif images to a jpeg but that made no
difference.

2.) I validated the webpage offline using Tagcheck,
Tagcheck is not any better than HTML Tidy; Tagcheck is just a software
checking appropriate nesting of elements. "It does not validate anything
else." HTML Tidy will not only check appropriate nesting of elements but
will repair improper nesting of elements... and it will do a number of
additional checkings and correction.

Tagcheck's very own website has validation markup errors!
See:

http://validator.w3.org/check?uri=ht.../tagcheck.html

and online using the
ww3.org validator. The only issues were the usage of Height and
Background attributes in the TD tag. But I've done that before with no
issues, and the tags for the missing images do not use either of those
attributes.

3.) The images uploaded OK to the ISP and show correct sizes of 12 and
23 KB respectively.

4.) When I right-click on the jpg image placeholder to check for
properties:
IE6 shows: ad3.jpg file (correct), type = gif (incorrect),
dimensions: 273x88 pixels (correct), size = 42 bytes (incorrect)
Firefox shows: ad3.jpg file (correct), no type specified,
dimensions: 273x88 pixels (correct), size = 42 bytes (incorrect)
Opera shows: ad3.jpg file (correct), type = gif (incorrect),
dimensions: 1x1 pixels (incorrect), size = 42 bytes (incorrect)

5.) I entered the full web address of the jpg image into each web
browser and got the following results:
IE6: Nothing appeared in the browser window
Firefox: Nothing appeared in the browser window, however the tab
showed "ad3.jpg (Gif image. 1x1 pixels)"
Well, does that make sense? You mishandle the image format, it seems.
Opera: Nothing appeared in the browser window

6.) I called and asked my brother to load the webpage from his computer.
He says there are no images missing and correctly described both of them
to me.

7.) I rebooted my computer and tried again, but nothing changed.

It's as though 1x1 transparent gifs have been substituted for only those
2 images, and only when *I* load from the web. I have run out of ideas
as to why this is happening on my system. Any additional ideas for
troubleshooting will be greatly appreciated. Thanks.
It could be a number of things but without the ability to actually check
the webpage live on the web, there is very little we can do. Good luck!

followup-to set: comp.infosystem s.www.authoring.html

Gérard
--
Using Web Standards in your Web Pages (Updated Dec. 2006)
http://developer.mozilla.org/en/docs...your_Web_Pages
Feb 5 '07 #5
On Sun, 4 Feb 2007 15:39:51 -0600, "M.L." <me@privacy.net wrote:
>When loaded from my hard drive, the webpage I'm working on renders fine
on IE6, Firefox 2.0.0.1, and Opera 9.02. However, after uploading it to
the web there are 2 images that fail to display on those browsers. All
the other images and everything else on the page render just fine.
My first guess would be that you have the name of the file messed up.
Most all web servers are case sensitive in their filenames. Mypic.gif
is not the same as mypic.gif. Check your html and check the name on
your web host's server. This jumped up and bit me just a few weeks
ago. :)

--
Zilbandy
Feb 5 '07 #6
>When loaded from my hard drive, the webpage I'm working on renders
>fine on IE6, Firefox 2.0.0.1, and Opera 9.02. However, after
uploading it to the web there are 2 images that fail to display on
those browsers.

You didn't tell _us_ the URL though. did you?
Others have criticized me for the URL omission but it was intentional.
My original post indicated that the problem didn't happen when another
user launched the website remotely, so I didn't want to confuse the
issue. I was simply making a plea for general troubleshooting tips from
others who might be familiar with such a problem. It appears to be local
to my computer. Thanks anyway to all who replied.

Feb 5 '07 #7
<snip>
>5.) I entered the full web address of the jpg image into each web
browser and got the following results:
IE6: Nothing appeared in the browser window
Firefox: Nothing appeared in the browser window, however the tab
showed "ad3.jpg (Gif image. 1x1 pixels)"

Well, does that make sense? You mishandle the image format, it seems.
Do you have any ideas on how I could have mishandled the image in a way
that allows it to display properly offline? And allows it to display
properly from the Internet for someone else, but not me (as indicated in
my original post)? Thanks for your reply.
Feb 5 '07 #8
>When loaded from my hard drive, the webpage I'm working on renders
>fine on IE6, Firefox 2.0.0.1, and Opera 9.02. However, after
uploading it to the web there are 2 images that fail to display on
those browsers. All the other images and everything else on the page
render just fine.

My first guess would be that you have the name of the file messed up.
Most all web servers are case sensitive in their filenames. Mypic.gif
is not the same as mypic.gif. Check your html and check the name on
your web host's server. This jumped up and bit me just a few weeks
ago. :)
Thanks for the advice. I will double-check the name issue. But I want to
repeat that the issue did not occur to another user who launched the
webpage from the Internet. It appears to be a local issue. Maybe I
should just forget about it since the problem does not occur offline.

Feb 5 '07 #9
"M.L." <me@privacy.net writes:
You didn't tell _us_ the URL though. did you?

Others have criticized me for the URL omission but it was intentional.
My original post indicated that the problem didn't happen when another
user launched the website remotely, so I didn't want to confuse the
issue. I was simply making a plea for general troubleshooting tips from
others who might be familiar with such a problem. It appears to be local
to my computer. Thanks anyway to all who replied.
One thing that might be causing it is that you have some ad-blocking
software on your computer's firewall, and either the image name or
size triggers this software, which replaces the image with a 1x1
transparent GIF. Naturally the majority of users will see the image
fine since they don't have this software.

--
Chris
Feb 5 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2056
by: Jason Honn | last post by:
I have an .aspx page that renders fine in IE6, but it does not render properly in Firefox. If I change the extension from .aspx to .htm everything renders just fine in Firefox. The problem I am having deals with stretching nested tables to fill the cell they are nested in completely. I have specified the embedded table to have a height of "100%", but it acts as if no height is given. Any help would be greatly appreciated.
7
1458
by: klynn | last post by:
I'm wondering what the best way to do the following: I have a page with a table. I built a custom class that creates a System.Web.UI.WebControls table object and return it to the webpage as a property. But its not reading the table correctly. It doesnt see the tablerows and tablecell objects. First, I'm not sure why its not reading the table properly? Second, I wonder if there's a better way to do this? Maybe a custom control? I haven't...
1
1754
by: Joe Fallon | last post by:
I tried Google to see if this has been an issue for other people but did not find anything. In my ASP.Net 1.1 application the radio button list renders the way I want it. But after converting to 2.0, the same control renders differently. <asp:radiobuttonlist id="opgAction" runat="server" BorderStyle="None" Font-Bold="False" RepeatLayout="Flow"> <asp:LISTITEM Value="A">&nbsp;&nbsp;</asp:LISTITEM> <asp:LISTITEM Selected="True"...
3
2627
by: victorzou | last post by:
hi all ; I am new guy! I need to know whether the webpage is the top active IE window with javascript in the webpage,when I open 2 or more IE window. tks in advance! victor.zou
19
2007
by: thejobdone | last post by:
I need my webpage to clear tempoary internet files when a user visits my web page so that the images in my webpage www.fcestates.co.uk/index.php? actually shows the images all the time for propertys in the MySQL database website above. Does anyone know if i can do this with some special html code that tells the browser to delete the temporay internet files folder contents. Or is there a php code, or does ajax allow you to embed code into your...
7
9100
by: babacrash | last post by:
Hello, I have designed a webpage mainly consisting in JavaScript code. It has to load an XML document's content when it is loaded so as to show a content depending on the XML data. Both the HTML file and the XML file have to be stored locally on the computer and not on a server. I only test in Internet Explorer, and the behaviour is very strange: on some machines, the XML file in well loaded, on some machines it isn't. I haven't seen...
10
20313
by: Lorie0114 | last post by:
Hello, We have an issue that I do not know how to resolve. Our website has several hundred reports. There are a handful of them that are causing issues when there is no interaction for a couple of minutes between client and web server. We are using .NET 2005, Framework 2.0 with an Oracle 9i database. Our application has several hundred reports, but only several reports have this issue; the reports with the issues do not write anything...
4
4443
by: eschneider | last post by:
I get the following error when trying to browse the .asmx. I get the same thing when trying to add a reference. using .NET 2.0 There is no error message. Any ideas? Thanks,
6
34516
by: Studlyami | last post by:
Hey all, I'm trying to create a simple (I think it should be simple) batch file. I want this file to open Internet Explorer 6 go to the webpage SIRIUS Satellite Radio - The Best Radio On Radio and run the javascript: launchPlayer(",",","); Is this possible? I don't know anything about batch files and i only got to the point where i can open the webpage, but i am unable to open it in IE. I tried START "C:\Program Files\Internet...
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10164
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3723
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.