Quote:
Originally Posted by rooney72
Great ... Managed somehow to do Sponsored by: ....
1. Where do I put the logo of sponsored company? I inserted it under images by ftp and made the relative url under yhe banner - Only a red appeared
2. I posted the url http://www. but stil directed to internal website
|
You need to place the logo somewhere that can be accessed by browsing to it. If you can browse to that URL, then it will work fine. You should not use the path that's displayed in your FTP client. This the physical path of the data and is not going to work in a browser.
Example (assuming
html is the root of your site):
/home/YOURDOMAIN/html/banners/sponsor.jpg
http://www.YOURSITE.com/banners/sponsor.jpg
The first is the path you would see in your FTP client. That will not work in a browser however. The second path is what you would use.
For the second question, be sure you preface the sponsor's page with
http://. Otherwise it will try to goto that URL on your domain.
Example:
http://www.SPONSOR.com
-NOT-
SPONSOR.com
Hopefully that makes some sense.