miligraf Posted April 2, 2006 Share Posted April 2, 2006 i have this page: [a href=\"http://www.miligraf.com/web\" target=\"_blank\"]http://www.miligraf.com/web[/a] in which i have a header and footer. but in this subfolder [a href=\"http://www.miligraf.com/web/tutoriales\" target=\"_blank\"]http://www.miligraf.com/web/tutoriales[/a] i call for the same header and footer but i dont see the images...how can i solve this?thank you! Link to comment https://forums.phpfreaks.com/topic/6383-images-in-main-folder/ Share on other sites More sharing options...
graecyn Posted April 2, 2006 Share Posted April 2, 2006 Try CHMODing your images folder to 755. Link to comment https://forums.phpfreaks.com/topic/6383-images-in-main-folder/#findComment-23082 Share on other sites More sharing options...
miligraf Posted April 2, 2006 Author Share Posted April 2, 2006 hey graecyn, thx for responding, the folder its in 755.saludos. Link to comment https://forums.phpfreaks.com/topic/6383-images-in-main-folder/#findComment-23087 Share on other sites More sharing options...
graecyn Posted April 2, 2006 Share Posted April 2, 2006 Oh, I see.You're linking to the images in the parent directory from the child directory.Try changing your image tags to something like this: [code]<img src='../images/__08.jpg'>[/code] Note the two dots in front of the directory. Link to comment https://forums.phpfreaks.com/topic/6383-images-in-main-folder/#findComment-23152 Share on other sites More sharing options...
miligraf Posted April 2, 2006 Author Share Posted April 2, 2006 nope, im linking to the header.php from the child directory so it will call the images folder in the parent directory. it gives out the structure of the header.php but not the images. Link to comment https://forums.phpfreaks.com/topic/6383-images-in-main-folder/#findComment-23260 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.