By GreenRock-1 on
Hi,
I'm working on the 'about us' page on my website, and the page is not able to call up some .jpg files.
I'm using < i m g s r c = "example.jpg" / > on the page to display the pictures.
Where would I need to save the pictures so Drupal is able to call them up locally?
Any help is appreciated.
Comments
HI,GreenRockput your image
HI,GreenRock
put your image in files folder before put image in files folder plz check files folder permission and than call image like,
<img src="/sites/all/default/files/example.jpg"/>Mayank Kamothi
How would I go about checking
How would I go about checking for the file permissions? I'm calling up the image in the directory: sites/default/files, but it's just giving me the alt on the website.
Hi GreenRock always use this
Hi
GreenRock
always use this standard
<img src="<?php print base_path(); print path_to_theme(); ?>/images/image.jpg">Actually, you can write that
Actually, you can write that this way:
Contact me to contract me for D7 -> D10/11 migrations.
Won't work
file_create_path() won't work for Drupal 7.
http://drupal.org/node/613918