FrontPage 2003 background graphic

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

Guest

When I use a graphic as a background image. the graphic tiles itself and
starts to show again on my page. I want the graphic in the center of the
page with no tiling or repeating of itself. How can I achieve this?
 
Place this in the head section.


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

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