Go Back   Webmaster Forum > Development > Web Development > HTML and CSS
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 11 (permalink)
Old
Newbie
Posts: 31
Join Date: Dec 2007
iTrader: (0)
Re: HTML Code for repeated background ? - 12-30-2007

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



Advertise Here for just $6 per month

vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com