How would i sort out so i have a different background image for the index page than all the other pages?
thanks
charlie
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!! |
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. |
Add a body background image in your templates index.css file sorry to sound dumb but how would i do that?
thanks You Creature!! |
Add a body background image in your templates index.css file sorry to sound dumb but how would i do that?
thanks
You Creature!! |
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-family: Verdana,Arial;
font-size: 11px;
margin: 0;
padding: 0 0 50px;
}
now you should just should add the following line :- 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 :- 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 ;) |
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. |