| Author |
Message |
dharma
|
Posted: 5 Dec 2006 21:29:51
Just starting up..nice program but confuse how to use banner image like in your demo page..
thanks
Dharma
|
skalinks Admin
|
Posted: 5 Dec 2006 23:59:52
Hello Dharma,
You can add banners in your admin panel >> Advertisements. To set the place where you want to add chosen banners, you should go to Settings >> Ads Settings.
|
dharma
|
Posted: 6 Dec 2006 05:01:11
well tried it before..only comes out letters not images...where can i put..upload images?
|
skalinks Admin
|
Posted: 6 Dec 2006 23:38:22
First of all you should upload your banner images to your site through FTP.
For example: http://www.yoursite.com/banners/your_banner.jpg
Then you should add the code to the admin panel >> Advertisements.
For example:
<div style="margin:5px 0 5px 0;">
<a href="http://www.yoursite.com/"><img src="http://www.yoursite.com/banners/your_banner.jpg" border="0" alt=""></a>
</div>
|