Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Frontpage
addins
client
extensions.unix
extensions.windowsnt
programming
programming.com_addins
programming.vba
  
 
date: Fri, 10 Oct 2008 21:44:00 -0700,    group: microsoft.public.frontpage.client        back       


How do I center a background image in FrontPage 03?   
			
			
				date: Fri, 10 Oct 2008 21:44:00 -0700   
				author:    Jay Ellsworth 

	
					

Re: How do I center a background image in FrontPage 03?   
Use CSS in the <head> section of the page, or in an external style 
sheet:

<style type="text/css">
body {
  background-image:url(images/background.jpg);
  background-repeat:no-repeat;
  background-position:center center;
}

This defines the image to use, prevents tiling and positions the image 
in the center of the page.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
date: Sat, 11 Oct 2008 07:17:50 +0000   author:   Ronx

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us