PC Review


Reply
Thread Tools Rate Thread

background image

 
 
Sandra Hendsbee
Guest
Posts: n/a
 
      5th Feb 2004
How do I use a .jpeg as a background image without tiling in fp2000?

Thanks,

Sandra


 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      5th Feb 2004
The image needs to be as big as the
browser window you want to use it in.

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
"Sandra Hendsbee" <(E-Mail Removed)> wrote in message
news:OtxUb.88608$(E-Mail Removed)...
> How do I use a .jpeg as a background image without tiling in fp2000?
>
> Thanks,
>
> Sandra
>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      5th Feb 2004
You make the image large enough not to tile. Note: This is not a deficiency
of FrontPage; it's a characteristic of HTML.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Sandra Hendsbee" <(E-Mail Removed)> wrote in message
news:OtxUb.88608$(E-Mail Removed)...
> How do I use a .jpeg as a background image without tiling in fp2000?
>
> Thanks,
>
> Sandra
>
>



 
Reply With Quote
 
Jon Spivey
Guest
Posts: n/a
 
      5th Feb 2004
Hi Sandra,
set up a css rule, eg
<style type="text/css">
body{ background: url(picture.jpg) fixed center no-repeat; }
</style>

This will put your image in the centre of the screen, non tiling and
non-scrolling - take out center if you like

Jon
Microsoft MVP - FP

"Sandra Hendsbee" <(E-Mail Removed)> wrote in message
news:OtxUb.88608$(E-Mail Removed)...
> How do I use a .jpeg as a background image without tiling in fp2000?
>
> Thanks,
>
> Sandra
>
>



 
Reply With Quote
 
Jim Buyens
Guest
Posts: n/a
 
      5th Feb 2004
>-----Original Message-----
>How do I use a .jpeg as a background image without tiling
>in fp2000?


There are two methods.

o Enlarge the JPEG canvas to at list 1600 x 1200. If
you don't enlarge the picture, but only add solid-color
border at the right and bottom, this won't impact
the picture's filesize very much.

o Remove the background= attribute from your <body>
tag, then add a CSS rule such as the following to
the <head> section of your Web page.

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

The second method is technically superior, but may work
incorrectly in older browsers.

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)
|/---------------------------------------------------
*----------------------------------------------------

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DIV background-repeat background-image? For shadow effect jc Microsoft ASP .NET 1 19th Mar 2008 03:58 PM
User Background desktop image vs. Lockout image Rickles Windows XP General 0 12th Feb 2006 04:38 PM
How to change desktop image loading between WinXP logo, and Background image Sam Lowry Windows XP General 3 13th May 2005 11:14 PM
Combining Ink Strokes with Background Image into a Bit map Image =?Utf-8?B?QWwgQmFocg==?= Microsoft VB .NET 6 21st May 2004 08:26 PM
Export the worksheet background image as an image file - possible? DataFreakFromUtah Microsoft Excel Programming 2 10th Apr 2004 05:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:14 PM.