473,763 Members | 7,719 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Elementary code behaves differently in Mozilla & IE

The code is:
<html>
<head>
<title>Test Page</title>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0"
align="center">
<tr>
<td align="left"><i mg src="proceed_of f.gif" width="79"
height="24"></td>
</tr>
</body>
</html>

Displays the gif file correctly in Firebird/0.6.1. All I get with IE
6.0 is an Xed out display. I tried specifying the location of the
location of the gif file but still no luck. Any ideas?
TIA
KK
Jul 23 '05 #1
6 2775
Previously in comp.infosystem s.www.authoring.html, KublaiKhan
<bi*****@hotmai l.com> said:
Any ideas?


A URL speaks a thousand words.

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 23 '05 #2

"KublaiKhan " <bi*****@hotmai l.com> wrote in message
news:f0******** *************** ***@posting.goo gle.com...
The code is:
<html>
<head>
<title>Test Page</title>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0"
align="center">
<tr>
<td align="left"><i mg src="proceed_of f.gif" width="79"
height="24"></td>
</tr>
</table>
</body>
</html>

Displays the gif file correctly in Firebird/0.6.1. All I get with IE
6.0 is an Xed out display. I tried specifying the location of the
location of the gif file but still no luck. Any ideas?


Do you have IE configured not to display images?

Jul 23 '05 #3
OK, I have 2 gif images - one an arrow, and another the word
'Proceed', both about the same size, created with MS Paint. The code
works fine with the arrow but not with the word in IE. Weird, isn't
it?
KK
Jul 23 '05 #4
On 17 Nov 2004 09:56:40 -0800, KublaiKhan <bi*****@hotmai l.com> wrote:
OK, I have 2 gif images - one an arrow, and another the word
'Proceed', both about the same size, created with MS Paint. The code
works fine with the arrow but not with the word in IE. Weird, isn't
it?
KK

Check filenames and extensions. Check for typos. Check to see the image is
in the location you expect it.
Jul 23 '05 #5
Try altering Pop up Blocker settings in IE . . . ?
"KublaiKhan " <bi*****@hotmai l.com> wrote in message
news:f0******** *************** ***@posting.goo gle.com...
The code is:
<html>
<head>
<title>Test Page</title>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0"
align="center">
<tr>
<td align="left"><i mg src="proceed_of f.gif" width="79"
height="24"></td>
</tr>
</body>
</html>

Displays the gif file correctly in Firebird/0.6.1. All I get with IE
6.0 is an Xed out display. I tried specifying the location of the
location of the gif file but still no luck. Any ideas?
TIA
KK

Jul 23 '05 #6
I'm not sure what popup setting would have to do with things.
However, there is an end table tag missing, there is no doctype at the
start of the file. You should perhaps use a validator and check if
there are html errors when you get strange behaviour like this - try
http://validator.w3.org/

Rob

On Thu, 25 Nov 2004 02:04:08 -0000, "pronoun"
<us****@fearhow ard.plus.com> wrote:
Try altering Pop up Blocker settings in IE . . . ?
"KublaiKhan " <bi*****@hotmai l.com> wrote in message
news:f0******* *************** ****@posting.go ogle.com...
The code is:
<html>
<head>
<title>Test Page</title>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0"
align="center">
<tr>
<td align="left"><i mg src="proceed_of f.gif" width="79"
height="24"></td>
</tr>
</body>
</html>

Displays the gif file correctly in Firebird/0.6.1. All I get with IE
6.0 is an Xed out display. I tried specifying the location of the
location of the gif file but still no luck. Any ideas?
TIA
KK


Jul 23 '05 #7

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

Similar topics

5
4116
by: Scott Matthews | last post by:
I've recently come upon an odd Javascript (and/or browser) behavior, and after hunting around the Web I still can't seem to find an answer. Specifically, I have noticed that the Javascript encode() function behaves differently if a codepage has been set. For example: <script> document.write(escape('Ôèëìè')); (note: that should be five accented characters)
235
11783
by: napi | last post by:
I think you would agree with me that a C compiler that directly produces Java Byte Code to be run on any JVM is something that is missing to software programmers so far. With such a tool one could stay with C and still be able to produce Java byte code for platform independent apps. Also, old programs (with some tweaking) could be re-compiled and ported to the JVM. We have been developing such a tool over the last 2 years and currently...
1
1814
by: tshad | last post by:
I am using a slidemenu program that I download and seem to have a problem with IE when sliding down. I have 2 containers (div) on top of each other and the menu slides out from behind the other. The problem is that in IE the position is completely different from Mozilla. I have a sample program in http://www.payrollworkshop.com/samples/slideDemo.htm.
6
1995
by: christian9997 | last post by:
Hi I would be very helpful if someone could help me with this code. It works fine in IE but when I display it in Netscape or Firefox and I move the mouse from one menu to the other the gap between the two menus gets bigger. What is the cause of this? Thanks CODE:
1
1224
by: Do | last post by:
Hi, Has anyone every had two NET Framework 1.1 Servers that both run the same web application, but the behavior of the forms is different? My form validation behaves differently on two servers, and they have the exact same version of my ASP.net web form. Anyone?
11
2786
by: Nathan Sokalski | last post by:
I add several JavaScript events (onchange, onkeypress, etc.) to Controls using the Add method of the Attributes collection. However, if the JavaScript code contains certain characters, such as & or < or several others, it converts them to html, such as &amp; or &lt; which can sometimes cause my scripts not to work. How can I prevent ASP.NET from doing this? Thanks. -- Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/
17
7253
by: =?Utf-8?B?U2hhcm9u?= | last post by:
Hi Gurus, I need to transfer a jagged array of byte by reference to unmanaged function, The unmanaged code should changed the values of the array, and when the unmanaged function returns I need to show the array data to the end user. Can I do that? How?
1
1577
by: Harch84 | last post by:
Hi guys I have a script that uses the google maps geocoder and a html form to pass the javascript variable so to perl. Now all of this seems to work fine in mozilla firefoz and internet explorer but seems to fail when used on an apple mac. This is a sample of the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
1
5912
by: bogdanm | last post by:
Hello everyone, I am having a probleme with a issuu code when trying to insert it o my site it doesnt work in IE but in mozzila works fine the code is bellow: <div><object style="width:500px;height:300px" ><param name="movie"...
0
9386
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,...
0
9822
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...
0
8821
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7366
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
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
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
3
3522
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.