Background image

  • Thread starter Thread starter Dan E
  • Start date Start date
D

Dan E

I want to use a background image (gif) for the editable body of a page that
is attached to a DWT - the DWT has a CSS file imported, and thereby sets the
background of the body to white. I've tried various ways of getting the
image into the editable code of the page, without luck, including making a
class in the CSS that sets background-image, then using this:-

<div class="calculator" align="center">

in the div at the beginning of the editable body region. The image shows in
Split or Design view, but not in Preview and not in a browser. Am I doing
something wrong?

Any suggestions welcome.

TIA

Dan
 
Hope this helps
Open the page that you want the background on.
In normal mode right click.
Click on Page Properties.
Hit the Background tab.
Type in the picture location and your set.
Louis
 
Louis - that did work - the trick was to select the right tag to apply page
properties to. Many thanks.

Dan
 
Back
Top