473,383 Members | 1,837 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

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 4192
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.netwrote:
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.infosystems.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.infosystems.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.netwrote:
>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.netwrites:
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
On 5 Feb, 07:37, "M.L." <m...@privacy.netwrote:
Others have criticized me for the URL omission but it was intentional.
Then you may criticize me for not wasting time on guessing a solution
in the absence of any useful evidence to guide me, but that's
intentional too.
You _might_ find paths in there to the local filesystem. If there's a
"C:\" anywhere on the page, it's wrong.

Feb 5 '07 #11
"Chris Morris" <c.********@durham.ac.ukwrote in message
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.
BINGO!!! That was it! My Outpost firewall has ad blocking features, one
of which blocked filenames fitting the ad1, ad2, etc. pattern. I chose
to rename the affected image files and leave the ad filter intact. Thank
you so very much.

Feb 5 '07 #12
"Andy Dingley" <di*****@codesmiths.comwrote in message

<snip>
You _might_ find paths in there to the local filesystem. If there's a
"C:\" anywhere on the page, it's wrong.
The problem turned out to be related to an ad blocking feature in my
firewall. Thanks for offering to help.

Feb 5 '07 #13

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

Similar topics

3
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...
7
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...
1
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...
3
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
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...
7
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...
10
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...
4
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
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.