12-30-2007
|
#11 |
| Newbie Join Date: Dec 2007 Posts: 31 | Re: HTML Code for repeated background ? If you want to repeat it vertically, or horizontally, you can use the code like this...
For horizontal repeat: HTML Code: background: url(image.gif) repeat-x;
and for vertical repeat: HTML Code: background: url(image.gif) repeat-y;
|
|
| |