Aamit Posted January 23, 2009 Posted January 23, 2009 hi, I am creating new banner . But not display at client side. banner image saves at location admin/images/banner.jpg but not in /images/....i.e. at root in fire bug.. it shows <td align="center"> <a target="_blank" href="http://www.xyz.com/store/redirect.php?action=banner&goto=10&osCsid=49cedc14f3253a9819dfeed227676b8b"> <img border="0" title=" New Banner " alt="New Banner" src="images/banner.jpg"/> </a> </td> In what file i want to change so it display like <td align="center"> <a target="_blank" href="http://www.xyz.com/store/redirect.php?action=banner&goto=10&osCsid=49cedc14f3253a9819dfeed227676b8b"> <img border="0" title=" New Banner " alt="New Banner" src="admin/images/banner.jpg"/> </a> </td> How to solve this??
Guest Posted January 23, 2009 Posted January 23, 2009 hi, I am creating new banner .But not display at client side. banner image saves at location admin/images/banner.jpg but not in /images/....i.e. at root in fire bug.. it shows <td align="center"> <a target="_blank" href="http://www.xyz.com/store/redirect.php?action=banner&goto=10&osCsid=49cedc14f3253a9819dfeed227676b8b"> <img border="0" title=" New Banner " alt="New Banner" src="images/banner.jpg"/> </a> </td> In what file i want to change so it display like <td align="center"> <a target="_blank" href="http://www.xyz.com/store/redirect.php?action=banner&goto=10&osCsid=49cedc14f3253a9819dfeed227676b8b"> <img border="0" title=" New Banner " alt="New Banner" src="admin/images/banner.jpg"/> </a> </td> How to solve this?? I don't think the client side can access the admin side, but the reverse is possible.
Aamit Posted January 23, 2009 Author Posted January 23, 2009 Hi, Coopco... I want to change src from "images/banner.jpg to src="admin/images/banner.jpg" How to do that??? what are changes to do in php file for that??
Aamit Posted January 23, 2009 Author Posted January 23, 2009 Hi, Coopco... I want to change src from "images/banner.jpg to src="admin/images/banner.jpg" How to do that??? what are changes to do in php file for that??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.