Hello dp members. I have a website using a css file. My site has a white background which I want to change with somthing like a pattern. How do I go about doing this? Any help would be appreciated. Thanks
background: url('images/bgpic.gif') top left no-repeat; Code (markup): where "images/bgpic.gif" is path from css file to your background picture, "top" is vertical bg position, "left" is horizontal bg position (for vertical: top, middle, bottom; for horizontal: left, center, right; you can also use percents instead of this values: "50% 50%" means "middle center" for example ), "no-repeat" specifies repeat of your image (if you want to clone the same pattern use repeat-x, repeat-y or repeat-xy to clone your image horizontally, vertically or both. just add this line to your body style in .css file hope that helps
I need your help please see i did what you said about how to change the background Please Vist the blow link you will see the site normal 1fast5 . com goo blow at end then change the style to the default one then you will see the site after i edite it Note there is images in the root ( mages/test.gif ) do it for e please and the blow link for .css file here wire my web /xcms.rar you will find the .css file Hope to here from you soon
It's really simple.Visit www (dot) w3schools (dot) com/css/css_background.asp..you can get everything right there.And full page backgrounds are most popular nowadays.
Hi, I think you use this tags to change your web page background image and colour... </HEAD> <body background="your background image.gif" bgcolor="#000000">