Check out the Latest Articles:

Open catalog/includes/modules/flash_carousel.php file and find below lines

1
2
3
4
5
6
        <style type="text/css" media="screen">
                        body { margin:0; text-align:center; }
                        div#flash_carousel_container { text-align:center; }
                        object#flash_carousel { display:block; margin:0 auto; }
 
        </style>

And replace with below lines

1
2
3
4
5
6
7
8
        <style type="text/css" media="screen">
                        body { margin:0; text-align:center; }
                        div#flash_carousel_container { 
			text-align:center; 
			background-image:  url(http://www.yourwebsite123.com/images/background.jpg);
     			background-repeat: no-repeat;}
                        object#flash_carousel { display:block; margin:0 auto; }
        </style>

Don’t forget to change background-image: url(http://www.yourwebsite123.com/images/background.jpg); tags in above lines according to your settings.



  1. guidobNo Gravatar on Thursday 25, 2009

    OK it’s work fine. It is possible to insert an image at the center of carousel?

    Reply

  2. MauricioNo Gravatar on Thursday 25, 2009