Jump to content

Recommended Posts

Posted

Hi guys,

I have been looking round to see if I could add an image to the background of site, I have been reading the skinning forums but I think my eyes have gone funny as I cannot see any links,

This is from the style.css from the top of the page.

=====================================================================================================

body

{

margin: 0px;

padding: 0px;

font-size: 12px;

font-family: Arial;

background-color: navyblue; /***This is the entire site background color**/

}

img

{

border: 0px;

}

.size

{

width: 950px;

margin: 0px auto;

===================================================================================================================

url(http://5starvirtualaviation.com/phpvms/lib/skins/ObsessBlue/image/img_ss222.jpg)

This is the link to the image how and where do I add this line into the style sheet to make it work? and do I need to add anything else?

When I changed the background colour that did not work either, the background is white, very odd.

Thanks guys.

Deano

Posted

Hi guys,

I have been looking round to see if I could add an image to the background of site, I have been reading the skinning forums but I think my eyes have gone funny as I cannot see any links,

This is from the style.css from the top of the page.

=====================================================================================================

body

{

margin: 0px;

padding: 0px;

font-size: 12px;

font-family: Arial;

background-color: navyblue; /***This is the entire site background color**/

}

img

{

border: 0px;

}

.size

{

width: 950px;

margin: 0px auto;

===================================================================================================================

url(http://5starvirtualaviation.com/phpvms/lib/skins/ObsessBlue/image/img_ss222.jpg)

This is the link to the image how and where do I add this line into the style sheet to make it work? and do I need to add anything else?

When I changed the background colour that did not work either, the background is white, very odd.

Thanks guys.

Deano

Change

background-color: navyblue;  /***This is the entire site background color**/

to

background-image:url('/***YOUR BACKGROUND IMAGE URL HERE***/'); /***This is the entire site background color**/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...