[Techtalk] graphs displayed in IE but not firefox

nneoma nneoma at chemeng.uct.ac.za
Tue Aug 23 02:40:08 EST 2005


Hi all
I wrote python script that generates a html report,  and includes png 
plots in the html file for browsing.  The plots are visible when the 
html file is opened with IE but not visible in firefox.  I attached the 
html file.  Does anyone know why this is so?
Thanks
Nneoma

<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>
</tr>
</table>
<SNIP>
</body>
</html>


More information about the Techtalk mailing list