I have the following code in a test php script:
echo ("TEST:<img src='../Adimages/1.jpg' width=400 height=264>");
The image is displayed in IE7. However, it dos NOT display in Firefox 3.6 and Chrome.
Test Link:
http://26st.zxq.net/PHP/imgtest.php
I'm sure there is something stupid I'm missing!!!