Background image for index page only

How would i sort out so i have a different background image for the index page than all the other pages?

 

thanks

 

charlie 

You Creature!!
Quote · 3 Jul 2012

Add a body background image in your templates index.css file

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 3 Jul 2012

 

Add a body background image in your templates index.css file

 sorry to sound dumb but how would i do that?

 

thanks 

You Creature!!
Quote · 3 Jul 2012

 

 

Add a body background image in your templates index.css file

 sorry to sound dumb but how would i do that?

 

thanks 

 

You Creature!!
Quote · 4 Jul 2012

http://www.boonex.com/trac/dolphin/wiki/TutorialHowToFormatImagesAndFonts

Quote · 4 Jul 2012

alright , so here is how you do it ...

open the common.css file for your template you will find at the very begging

body {
    background-color#FFFFFF;
    color#333333;
    font-familyVerdana,Arial;
    font-size11px;
    margin0;
    padding0 0 50px;
}

now you should just should add the following line :-
    background-image:url(path_to_your_image.gif); 

this should add the back ground image you want but there is some specifications that you can use as dont repeat the back ground or repeat it over the y or x  and so on ...

for more information see :-

background-image  property

if you still having some problems please post the image and i'll do it for you

 

if this did help you please take time to read my signature

if i did help you .. it wont hurt to go to my profile and add a recommendation for me ;)
Quote · 4 Jul 2012

RE:

"alright , so here is how you do it ...

open the common.css"

 

I gave him enough information to google the topic, and possibly learn someting.  Unfortunately, you just gave him the wrong directions for what he wanted to do.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 4 Jul 2012
 
 
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.