PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
background image
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
background image
![]() |
background image |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
How do I use a .jpeg as a background image without tiling in fp2000?
Thanks, Sandra |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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" <sd.hendsbee@ns.sympatico.ca> wrote in message news:OtxUb.88608$IF6.2273922@ursa-nb00s0.nbnet.nb.ca... > How do I use a .jpeg as a background image without tiling in fp2000? > > Thanks, > > Sandra > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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" <sd.hendsbee@ns.sympatico.ca> wrote in message news:OtxUb.88608$IF6.2273922@ursa-nb00s0.nbnet.nb.ca... > How do I use a .jpeg as a background image without tiling in fp2000? > > Thanks, > > Sandra > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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" <sd.hendsbee@ns.sympatico.ca> wrote in message news:OtxUb.88608$IF6.2273922@ursa-nb00s0.nbnet.nb.ca... > How do I use a .jpeg as a background image without tiling in fp2000? > > Thanks, > > Sandra > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
>-----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) |/--------------------------------------------------- *---------------------------------------------------- |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

