priti Posted November 2, 2006 Posted November 2, 2006 dear All, Can someone make out why i am not able to see any images when i type http://127.0.0.1.catalog/install.php the image links are breaking itself on installation page???? i am helpless now things working fine in IE but in FF no image from installation itself is not coming what is this??? i don't understand why these kinds of path are choosen the code behind itself is wrong it suppose to be http://127.0.0.1/images/layout/topleft.gif but the generated page shows links like this Src=images/layout/topleft.gif . any guesses why so pleaselet me know any pointer will help me a lot Hoping for positive reply Best Regards, Priti
wppnewb Posted November 2, 2006 Posted November 2, 2006 Priti Check the path to your BASE HREF. That is the root path. The other paths are appended to the end of this root path. the BASE HREF is a HTML tag of the form <BASE HREF="http://www.yoursite.com"> So for the images, if the partial path is "images/topleft.gif", the full path is http://www.yoursite.com/images/topleft.gif Also, it looks like you are running your site on your local host and not on a networked computer. Amit dear All,Can someone make out why i am not able to see any images when i type http://127.0.0.1.catalog/install.php the image links are breaking itself on installation page???? i am helpless now things working fine in IE but in FF no image from installation itself is not coming what is this??? i don't understand why these kinds of path are choosen the code behind itself is wrong it suppose to be http://127.0.0.1/images/layout/topleft.gif but the generated page shows links like this Src=images/layout/topleft.gif . any guesses why so pleaselet me know any pointer will help me a lot Hoping for positive reply Best Regards, Priti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.