N Nicholas Savalas - http://savalas.tv Nov 22, 2005 #2 Dear confused, The correct answer is to not use one. If you must, use: <body style="background-image: url('images/1.gif'); background-repeat: no-repeat"> Good luck.
Dear confused, The correct answer is to not use one. If you must, use: <body style="background-image: url('images/1.gif'); background-repeat: no-repeat"> Good luck.
T Trevor L. Nov 22, 2005 #3 confused said: How do I stop background from tiling in Front page? Click to expand... body { background: url(stars.gif) no-repeat} Refer: http://www.w3schools.com/css/css_background.asp
confused said: How do I stop background from tiling in Front page? Click to expand... body { background: url(stars.gif) no-repeat} Refer: http://www.w3schools.com/css/css_background.asp
G Guest Nov 22, 2005 #5 Thanks a lot. Trevor L. said: body { background: url(stars.gif) no-repeat} Refer: http://www.w3schools.com/css/css_background.asp Click to expand...
Thanks a lot. Trevor L. said: body { background: url(stars.gif) no-repeat} Refer: http://www.w3schools.com/css/css_background.asp Click to expand...