Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

About Banner?


Aamit

Recommended Posts

Posted

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??

Posted
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.

Posted

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??

Posted

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??

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...