REMOVE TILING FROM BACKGROUND PHOTO

H

HENRY ALKEN

Can anyone tell me how to remove Tiling from a background
photo with foreground text?

Thanks
 
J

Jim Buyens

-----Original Message-----
Can anyone tell me how to remove Tiling from a background
photo with foreground text?

Thanks

It's hard to answer your question without knowing the
exact context. However, here's the CSS code to specify a
non-tiled background picture for the body of the page.

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

If you take this route, you would NOT specify a background
picture under Page, Properties dialog box.

Please note that in general, you can't rely on text
apearing in any specific position over the background
picture.

If you still can't figure this out, please post again to
this thread and explain exactly what you're trying to do
and/or cite an exact URL.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| 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