0
votes

I tried to use <img src="sites/all/themes/bluez/images/team/zin.png"> in drupal content. But, it doesn't working properly. I also choose Full HTML in text format. The image only show blank screen and when I click the image url, it says Not Found The requested URL "/planz/node/sites/all/themes/bluez/images/team/zin.png" was not found on this server. Please help my problem. I'm new to Drupal. Thanks.

1
What is the correct absolute URL? (The full address including the domain name) - Pekka
I'm running on localhost. - Zin Ko Oo
OK, but what is the correct URL to the image? What directory is it in? - Pekka
The image is located in localhost/planz/sites/all/themes/bluez/images/team/zin.png I added the image file in the themes folder called "BlueZ" - Zin Ko Oo
This is my html. <h2>Zin Ko Oo</h2> <p> <img src="/sites/all/themes/bluez/images/team/zin.png" alt="Zin Ko Oo" width="114" height="137"> </p> - Zin Ko Oo

1 Answers

0
votes

Try to make the target path absolute. Visit the absolute path from your browser - There you can easily see if you have the correct path or not! When you have the correct path, than you can insert that to your code!