Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Image display firefox problem

by cees (Curate)
on Jun 19, 2005 at 13:32 UTC ( [id://468114]=note: print w/replies, xml ) Need Help??


in reply to Image display firefox problem

UPDATE: Looks like I was wrong here. Randal's got it right

You have one too many slashes in your URL. The proper schema should be file://, and you have file:///. Now on unix machines, it always looks like there are three slashes in a row, because file URLs are usually absolute, hence you have the extra / for the root directory. Try the following instead:

<img src="file://C:/Sunset.jpg" />

Replies are listed 'Best First'.
Re^2: Image display firefox problem
by merlyn (Sage) on Jun 19, 2005 at 13:51 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://468114]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found