I would like to add a Flash Banner to my home page. I see that few people have chosen to use different tools.
I am interested in using this one from ActiveDen: [url]Buy Plugins & Code from CodeCanyon
I know about the knowledgebase article about adding Flash Banners (http://kb2.cs-cart.com/add-flash). Is there anything else I need to know to get this to work?
I know that Tirade uses this same one. Any advice Tirade?
Thanks,
Adam
While I don’t use the exact same banner, mine is similar. My code differs just a little bit from what is in the knowledge base, but what is there is just fine.
This is what I have:
```php
One thing I did different is in close the flash code inside:
```php ```
Then in my style sheet I have:
```php #flash {
text-align:center;
} ```
This way my flash was centered. There might be a better way, but this works.
Brandon