Replacing the front page promo with another

Hello,

I'm in the process of replacing the front page "promo" block.  I have found the "page1.html" where I can add the code.  However, there's a stylesheet that must be called for the rotator to work correctly.  Where do I need to add the CSS code since I can't add it to the page1.html (no head)?

Thanks!

Quote · 7 Sep 2010

Probably you can add it here templates/base/css/index.css

Quote · 7 Sep 2010

you can add css anywhere you want either using    <div style=" " >   </div>    or   

 <style type="text/css">
body { background-color: red;}
</style>

not sure if this will work in every browser ....

or do what OKweb said as its the proper way to do things.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 8 Sep 2010
 
 
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.