I want to center the slider on my page, I know I must use the <center> </center> command, but I dont know where to place it in the code... I also hope its the proper file loll
<div class="aqb-spl-splash" style="float:left;width:__box_width__px;height:__box_height__px;">
<div class="aqb-spl-splash-cnt">
<div id="aqb-splash-container" style="width:__image_width__px;height:__image_height__px;">
<div class="aqb-spl-images" style="width:__image_width__px;height:__image_height__px;">
<ul>
<bx_repeat:images>
<li>
<a href="__url__" title="__caption__" target="_blank">
<img id="wows1___id__" src="__image__" alt="__caption__" />
</a>__caption__
</li>
</bx_repeat:images>
</ul>
</div>
<div class="aqb-spl-icons" style='display:__hide__'>
<div>
<bx_repeat:icons>
<a href="#" title="__caption__">
<img src="__image__" alt="__caption__" />__caption__
</a>
</bx_repeat:icons>
</div>
</div>
</div>
<script type="text/javascript" language="javascript">
jQuery("#aqb-splash-container").aqbSlider({
effect:"__effect__",
prev:"<bx_text:_aqb_spl_txt_previous />",
next:"<bx_text:_aqb_spl_txt_next />",
duration:20*100,
delay:47*100,
width:__image_width__,
height:__image_height__,
autoPlay:true,
stopOnHover:true,
loop:false,
bullets:__enable_bullets__,
caption:__enable_caption__,
controls:__enable_controls__,
images:0
});
</script>
</div>
</div>
Thanks