Reading back over this, it still seems a bit unclear for what I am asking, but I will try to find an example online.
Thank you in advance.
EDIT:
I attached the background I would like to use, as you can see, towards the very top ends it fades to completely black, I would like to sort of tile this for my background to make it look like a full wood background without the huge file size that would entail.
I than went ahead and uploaded it and pointed it towards the new background file.
CODE
body {
background: #000000 url(images/bgsss.jpg) repeat-y;
color: #333333;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
margin: 0px auto 0px;
}
background: #000000 url(images/bgsss.jpg) repeat-y;
color: #333333;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
margin: 0px auto 0px;
}
I have never worked with CSS, and for some reason the background is just appearing on one side of the blog colomn.
ANy ideas?