cute_senorita
02-15-2005, 08:28 PM
hi, I'm a beginner, and therefore am very clueless. I'm trying to make a border with an image that goes all the way down the left margin of the page. I read in the CSS page that the code for this is:
body
{ background: #000000;
background-image: url(value); [url of background image to be used, i.e. background.gif]
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number]
background-attachment: value; [scroll, fixed]
Now, I copied this in a page and replaced the "value" with my information, but does the image have to be from a url? cuz I made a drawing for this, so I put the filename instead. Should it still work or do I absolutely need to put a url? If yes then how can I get my drawing to appear on my page?
body
{ background: #000000;
background-image: url(value); [url of background image to be used, i.e. background.gif]
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number]
background-attachment: value; [scroll, fixed]
Now, I copied this in a page and replaced the "value" with my information, but does the image have to be from a url? cuz I made a drawing for this, so I put the filename instead. Should it still work or do I absolutely need to put a url? If yes then how can I get my drawing to appear on my page?