Skip to main content
Participating Frequently
October 30, 2006
Question

Background Images

  • October 30, 2006
  • 1 reply
  • 272 views
I am trying to use an image as my background on the main page. When I modify the page properties to use an image in the background, it appears multiple times. How can I change this so that the page only shows one image?

Thanks!
This topic has been closed for replies.

1 reply

Inspiring
October 30, 2006
Use CSS to limit the tiling of the background image (the default behavior) -

body { background-repeat:no-repeat; }

You can place this in an embedded stylesheet on the page, or in an
externally linked stylesheet so that it applies to all pages.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"raymundorangel" <webforumsuser@macromedia.com> wrote in message
news:ei5chg$h7r$1@forums.macromedia.com...
>I am trying to use an image as my background on the main page. When I
>modify
> the page properties to use an image in the background, it appears multiple
> times. How can I change this so that the page only shows one image?
>
> Thanks!
>


Participating Frequently
November 1, 2006
Murray,

I appreciate your help!!

Thanks!