I assigned a new background graphic to a theme

J

Jeff

I assigned a new background graphic to a theme. I don't want it to repeat
down the page...how do I turn off background repeating?
 
S

Steve Easton

Using CSS.

<style type="text/css"
body {
background-repeat: no-repeat;
}
</style>

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top