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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top