Background

G

Guest

How do I elimate the background image from using the "Tile" effect. I want
to use the image as one single image not a tile? I have FP 2003
 
M

Murray

Use CSS and the background-repeat:no-repeat style. For example (using
inline CSS for simplicity):

<body style="background-image:url(foo.gif); background-repeat:no-repeat;">

This will place foo.gif as the page's background image, and will prevent it
from tiling.
 

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