Hi, Can anyone point me in the right direction for some help on a website background. I am just about to launch my own e-product and want a background behind the sales page with my logo/text at a 45degree angle - I am sure you have all seen the kind of thing I mean (won't post an example site as don't want to come across as a spammer!) Sure there must be free online program to create one and set background colour etc. just can't find one.... All replies appreciated Regards Dickie Boy
first create background image in photoshop. width should be 2 or 3 pixel.. height as per your page. and set in page property in background.. You can see in your website.
Web designers compete to impress visitors with appealing visual elements. background images are one of those visual element that when designed properly, can create an amazing atmosphere and convey the style the designer has choosen.....
What he said then add the image to body back round (css file) and set to repeat vertical or hor depending on the size of your image.
The ground or scenery located behind something. the code for creating a background. <style type= "text/css"> <!...> body{ background - image:url(images/background_images_name.gif); } ...> </style>
Hi, You can use background properties in CSS like this: background-image:url(); background-position:center; or background-position:top; or background-position:bottom; or background-position:left; or background-position:right; background-repeat:repeat; or background-repeat:no-repeat; or background-repeat:repeat-x; or background-repeat:repeat-y;