centering the body background image in your webpage
-
I am building a website, i have design a very neat home page in photoshop..i am trying to use the picture as my pack ground...as in .. what i need to know what property should i use to stop the picture from displaying more than once..its like it trying to fill the entire page in tiles..how do i center the body back ground image.. if anyone knows how to get that done..please let me know.. Nab
-
I am building a website, i have design a very neat home page in photoshop..i am trying to use the picture as my pack ground...as in .. what i need to know what property should i use to stop the picture from displaying more than once..its like it trying to fill the entire page in tiles..how do i center the body back ground image.. if anyone knows how to get that done..please let me know.. Nab
I have got the answer to this problem by using a stlye sheet i was able to control the body image.. the coding that follows can be place in the head section.. body { background: #31CEFF url(bgImage.jpg) no-repeat center; } Nab