"un"-tiling background image

E

ed

Hi all--
Using FP XP, how would I go about using a background image
that won't "tile"; that is have the image appear multiple
times?
Thanks in advance.

Ed
 
J

JDR

Ed,

Background images will always tile.

Depending on what your trying to do, you could put your
image in a Table as a background and just fix the table
to your imade dimension.

Hope it helps
JDR
 
J

Jim Buyens

-----Original Message-----
Hi all--
Howdy.

Using FP XP, how would I go about using a background
image that won't "tile"; that is have the image appear
multiple times?

Try adding this to the <head> section (taking care, of
course, to adjust the background picture's URL).

<style>
<!--
body { background-image: url('images/background.gif');
background-repeat: no-repeat }
-->
</style>

Otherwise, add blank space around your graphic so the
total pictures size is 1600x1200 or larger. If the "extra"
pixels at the right and the bottom are all the same color,
this will add very little to the overall picture size.

(BTW, never count on your regular page content "fitting"
into the background picture. The regular content will mvoe
around a bit, depending on the browser software and the
window size.)

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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