Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

background image

Status
Not open for further replies.

ahbart

Technical User
Aug 22, 2002
1
US
Hello, I'd like to use an image as the background. I'd like to be able to set the size at 100% and 100%,like I could do if I were just inserting it. When I use the page properties/background/background picture feature it tiles it! I cannot find a place to change that. Any ideas?

Thanks! (oh, even if I can't set the size, I'd still like to use the picture)
 
This will create an image that won't tile and will also be stationary.

Insert this into the header of the page, making the appropriate changes:

<style type=&quot;text/css&quot;><!--
body { background-image:url(&quot;logo.gif&quot;);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:bottom right; }
--></style>
Linda Adams
Linda Adams/Emory Hackman Official Web site Official web site for actor David Hedison:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top