![]() |
|
|
|
|
|||||||
| HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!) |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Many sites have small pictures, which is used to fill whole background. I also would like to use this method in the websites of my hosting here?
|
|
#2
|
||||
|
||||
|
This method is used in CSS templates. Most sites have CSS file, open it and add these lines in the top of file:
HTML Code:
body {
background: #fff url("../image01.jpg") repeat;
}
|
![]() |
| Tags |
| background, hosting, method, websites |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|