Jump to content

Modding background and boxes


Recommended Posts

Guest MICKEYS
Posted

Hello people

I see alot and have read alot on changeing stuff to files,like to make the background diffrent.

I want to know what program do you use to open these files up to edit them.

sorry I new to this but I want to learn and make some bacgrounds and stuff for people to use for free,if I get time.

thanks

Guest neuroinquisitor
Posted

In layout.css, REPLACE this code:

CODE

body {

margin: 5px;

background-color: #A5A5A5;

background-attachment: scroll;

background-image: url(../styleImages/backgrounds/pageBg.jpg);

background-repeat: repeat-x;

background-position: top;

}

#pageSurround {

width: 748px;

margin: 0px auto;

padding: 5px;

border: 2px solid #CCCCCC;

background-color: #FFFFFF;

background-image: url(../styleImages/backgrounds/contentBg.jpg);

background-repeat: no-repeat;

background-position: left top;

}

Thanks MarksCarts!

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.   Paste as plain text instead

  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.

×
×
  • Create New...