I assigned a new background graphic to a theme

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top