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! Quote Link to comment Share on other sites More sharing options...
graecyn Posted April 2, 2006 Share Posted April 2, 2006 Try CHMODing your images folder to 755. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.