Is there any way to ad an image background only to index page but in the all page and only in the content?
I have searched for one day the forum and nothing came as a solution...
Does anyone knows how?
i was trying through ths code in index.php
<div class="index">
<img src="images/background2.jpg" alt="">
</div>
and with that code in stylesheet.css
#index {
background-image : url('images/background2.jpg');
background-repeat : no-repeat;
background-position : 50% 50%;
background-attachment:fixed;
}
I am using osc 2.3.1
Edited by apolyshow, 02 February 2012, 17:44.














