
Originally Posted by
walidno1
so, instead of using the grey colour u want a background image??
use this code:
body {
background-image: url(file:///D|/Website/Images/Page-BgTexture.jpg);
background-repeat: no-repeat;
}
-----------------------
using repeat (repeats both in y and x axis), repeat-x (x axis) and repeat-y (y axis), u can fill ur background (depends on ur background image). If the image is large enough then use no-repeat....if not, use the appropriate value........btw, I recommend using pic with small dimension as it enables faster loading and u can reproduce the same image using the repeat function..........
Hope it helps
Edit:
btw, url(file:///D|/Website/Images/Page-BgTexture.jpg) means the directory of ur file.........so, u probably have to change this