473,394 Members | 1,875 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,394 software developers and data experts.

how to display the png file in firefox?

There is a png file whose dimensions is 400*400 .
Why the html5 in chrome can not display the photo?

Expand|Select|Wrap|Line Numbers
  1.     <!DOCTYPE html>
  2.     <html>
  3.     <head>
  4.     <title>a photo</title>
  5.     </head>
  6.     <body text="blue">
  7.         <image src="e:\\webs\\images\\Untitled.png" width="320" heigth="500">
  8.     <h1>  this is a fish </h1>
  9.     </body>
  10.     </html>
Aug 30 '14 #1

✓ answered by Luuk

Change it to this:
Expand|Select|Wrap|Line Numbers
  1. <image src="file:\\\e:\\webs\\images\\Untitled.png" width="320" heigth="500">
  2.  

1 1531
Luuk
1,047 Expert 1GB
Change it to this:
Expand|Select|Wrap|Line Numbers
  1. <image src="file:\\\e:\\webs\\images\\Untitled.png" width="320" heigth="500">
  2.  
Aug 30 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: punkbot | last post by:
My application is processing a bunch of english and japanese data, composing some XML (utf-16) then transforming it (XsltCommand) (utf-8) to create some HTML. I am redirecting the output into a...
8
by: Gala Grant | last post by:
I have been searching for quite a while to find an answer (that doesn't involve buying 3rd party software) as to how to get asp.net to not display any file extension. Has anyone succeeded in doing...
5
by: Martin Moser | last post by:
Does somebody knows, if theres a way to display any file (tiff, doc, pdf, .....) "inline" on an asp.net site? What I want to do is, to display a file, which is stored in the DB, and some...
5
by: Geoff Pennington | last post by:
My VB.Net app reads an Excel file, processes it one row at a time, and when processing is complete writes the row to a database. The typical file will have several thousand rows and may take a...
1
by: Tim | last post by:
Can anyone tell me how can i use ASP to display a file in the web browser? the file is located on the server in C:\temp directory. It can be any file. Is there any way that i can do this? Thank...
4
by: FlyingsCool | last post by:
Well, I did a search and found a few references with a similar subject but no answers for me. At http://www.flyingscool.com/FC_eLearning.htm I have a table row with a background image using the...
1
by: shapper | last post by:
Hello, I am trying to convert an Asp.Net XML sitemap file in a Google XMl sitemap file using a XSL file using an HttpHandler. Everything seems well in my code but I am getting an error: XML...
15
by: Matt | last post by:
Is there a way to display the file selection window for a file input field via JavaScript? My goal is to emulate the behavior seen in Yahoo! Mail BETA. When adding an attachment, it displays a...
2
by: BASSPU03 | last post by:
I used the Common Dialog API to store file paths on my form's underlying table. These paths are displayed in a textbox that I can click to open the selected file. Having stored the file paths in...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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:
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.