Background Picture

  • Thread starter Thread starter Jerome
  • Start date Start date
J

Jerome

I want to set a picture as a background, but every time i
do it tiles. I want just one picture to be the entire
background, please help.
 
Hi Jerome,
set your background with CSS like this
<style type="text/css">
body{
background: #fff url(picture.jpg) fixed center no-repeat;
}
</style>

If you like you could put this in stylehseet and link it to your pages

Jon
Microsoft MVP - FP
 

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