Quote:
Originally Posted by Blue Ink
It looks like the problem is that it can't find the image I want to display... If I just add text that is a hyperlink to a website it works fine... but if I add an image I get the red 'x'... This is what I'm entering for image... please help...
<img src="/images/misc/test.gif" border="0" align="left">
|
hi brother/sister,
maybe
1) the relative image path issue,
try remove the first '/' in the above path ---------> "images/misc/test.gif"
or
2) try using the absolute path like <img src="http://www.your_forum_domain.com/images/misc/test.gif"
to test the image access/display permission of your web hosting.
(replace with your forum domain for your_forum_domain.com)
Need make sure that the image gif file is in that directory path.
Hope a little help.