Hello, how to call background image from CSS. i need to valid my site from w3validation please help me.
Try this, if you need more help, be sure to ask. ^_^ body { background-image: url("paste your background image link here"); }
body { background:URL('www.domain.com/someimage.jpg') no-repeat center fixed; ... } URL - url of the image no-repeat - image does not repeat when you embed it on your background center - the image is positioned in the center