FrontPage 2003 background graphic

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?
 
S

Steve Easton

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
 

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

Top