[Techtalk] graphs displayed in IE but not firefox

Wim De Smet kromagg at gmail.com
Mon Aug 29 20:36:20 EST 2005


On 8/22/05, nneoma <nneoma at chemeng.uct.ac.za> wrote:
>[...] 
> <html>
> <head><title>Simulation Results</title></head>
> <body><h1>Simulation Results</h1>
> <table border=8 cellspacing=3 cellpadding=2>
> <caption><font size=6>Agglomerate concentration</font></caption>
> <tr>
> <td><img src='C:\Documents and Settings\nneoma\My
> Documents\python\stage2b\outputB\aggacid.png'></td>
> <td><img src="C:\Documents and Settings\nneoma\My
> Documents\python\stage2b\outputB\aggcopper.png"></td>
> </tr>
> <tr>
> <td><img src="C:\Documents and Settings\nneoma\My
> Documents\python\stage2b\outputB\aggferric.png"></td>
> <td><img src="C:\Documents and Settings\nneoma\My
> Documents\python\stage2b\outputB\aggferrous.png"></td>
>[...]

These might work if you use the proper protocol. The browser normally
expects a URL in the src field so it could be firefox refuses to open
it because of this. Try something like:
file://c:/Documents...
or with c:\, I think both should work.
(alternatively, use relative addressing if they're in the same folder
or a fixed position relative to each other)

HTH,
Wim


More information about the Techtalk mailing list