PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage When in Format, Background, how to stop picture tiling?

Reply

When in Format, Background, how to stop picture tiling?

 
Thread Tools Rate Thread
Old 28-03-2007, 02:49 AM   #1
=?Utf-8?B?Qm9iIEou?=
Guest
 
Posts: n/a
Default When in Format, Background, how to stop picture tiling?


How do I stop the Background Picture from being tiled when I attach a picture
to the Format, Background function?
  Reply With Quote
Old 28-03-2007, 04:30 AM   #2
David Berry
Guest
 
Posts: n/a
Default Re: When in Format, Background, how to stop picture tiling?

You can use CSS to do this. Ex:

<STYLE TYPE="text/css">

BODY {
background-image: url(images/background.gif);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
}

</STYLE>

--
David Berry
FrontPage Support: http://www.frontpagemvps.com/



"Bob J." <Bob J.@discussions.microsoft.com> wrote in message
news:B8F62774-3C8F-4CE3-A6C7-88F2541930C8@microsoft.com...
> How do I stop the Background Picture from being tiled when I attach a
> picture
> to the Format, Background function?


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off