Hey everyone,
I have the following line to display an image:
$output .= '<div><img src="C:/backup/images/000001_full.jpg"></div>';
($output is then put into an html file as a local backup). When I view the page with IE, the image is displayed fine, but not with firefox. Any idea why?
Thanks,
Dave