Background Picture tiles?

B

Bob

I want to use a background picture and place some hover buttons on it. When
I make a background picture it comes up "tiled". Is there a way to get a
background picture that is not tiled?

Thanks

Bob
 
S

Steve Easton

You have to make the image equal to or slightly larger in size than the page you
want to use it on.

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

Jon Spivey

Hi Bob,
you'd need some CSS. First remove your background picture from the body tag
then add to the head of your page

<style type="text/css">
body{
background: #fff url(pic.gif) no-repeat;
}
</style>

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

Top