Oct 12, 2004 #1 Tina2002 Technical User Joined Jan 5, 2002 Messages 121 Location CA Hi! Does anyone know how to get a page background pic not to keep tiling? I thought I made it big enough so that it would not tile. The dimensions right now are 15 x 20 inches. What am I doing wrong? Am using version 2000 Thanks
Hi! Does anyone know how to get a page background pic not to keep tiling? I thought I made it big enough so that it would not tile. The dimensions right now are 15 x 20 inches. What am I doing wrong? Am using version 2000 Thanks
Oct 13, 2004 #2 CoreyBryant Programmer Joined Sep 4, 2001 Messages 616 Location US Background images will always tile. To keep it from tiling, you can use CSS: Code: <style type="text/css"> body { background-image: url('background.jpg'); background-repeat: no-repeat } </style> http://www.w3schools.com/css/css_background.asp __________________________ Corey http://www.merchantaccounts4less.com/http://www.merchantaccounts4less.com/promo/tek.asp Upvote 0 Downvote
Background images will always tile. To keep it from tiling, you can use CSS: Code: <style type="text/css"> body { background-image: url('background.jpg'); background-repeat: no-repeat } </style> http://www.w3schools.com/css/css_background.asp __________________________ Corey http://www.merchantaccounts4less.com/http://www.merchantaccounts4less.com/promo/tek.asp
Oct 13, 2004 #3 DelphiAaron Programmer Joined Jul 4, 2002 Messages 826 Location AU i have a tip in the faq http://www.tek-tips.com/faqs.cfm?fid=3916 Aaron Taylor John Mutch Electronics http://www.jme.com.au Upvote 0 Downvote
i have a tip in the faq http://www.tek-tips.com/faqs.cfm?fid=3916 Aaron Taylor John Mutch Electronics http://www.jme.com.au