GeekPoint Forum Subscribe to Forum RSS WhoIsHostingThis.com
Please register or login on GeekPoint Forum.
It takes only a minute to register, & moreover,
majority of the ads shown will be removed!
Login OR Register
Register a Free Account
Reply
 
LinkBack Thread Tools
Old 12-30-2007   #11
mrdavenom mrdavenom is offline
Newbie
Join Date: Dec 2007 Posts: 31
Default 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;
  Reply With Quote
Reply
Thread Tools