Center HTML

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

Mike
Quote · 6 Apr 2014

using the element inspector (that comes with chrome, firefox, and safari) you can look at your css styling and play around with it while actually looking at your website. If you have all caching turned off, it will also show the css file that needs to be edited.

So, what's the url of the page you want to modify? Or, you could contact the developer and see if they can give you the answer.

caredesign.net
Quote · 6 Apr 2014

Thanks will try this ;)

Mike
Quote · 6 Apr 2014

 

<div class="aqb-spl-splash" style="float:none;margin:0 auto;width:__box_width__px;height:__box_height__px;">

 OR..add to common.css

div.aqb-spl-splash { float:none !important; margin:0 auto !important; }

 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 6 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.