IMG not showing in FF but does in IE
Posted: Mon Feb 27, 2006 9:30 pm
Entire echo line:
Image tag
Any ideas why in FF I would only get the alt text instead of the image? The image shows correctly in IE, with the alt on mouseover.
This is PHP Version 4.3.11 and apache 2.
Code: Select all
echo "<strong>Name:</strong> $name <br><strong>Address:</strong> $address $city $state, $zip<br><strong>Phone:</strong> $phone <strong>Fax:</strong> $fax<br><strong>URL:</strong> <a target=\"_blank\" href=\"$url\">$url</a><br><img border=\"0\" src=\"images\LocationSubmitUpdate.gif\" alt=\"Submit Update for $name\"><br><br>";Code: Select all
<img border=\"0\" src=\"images\LocationSubmitUpdate.gif\" alt=\"Submit Update for $name\">This is PHP Version 4.3.11 and apache 2.