use the same background on all pages frontpage 2003

B

Beverly Foyse

I'm taking a front page class and I have a book for 2002,
but I am using 2003 software, and some of the stuff just
doesn't jive! I am trying to specify a common background
on all pagess. On 2002, under page properties, there is a
option that is : Get backgound information from another
page" and there is a check box and a browse option. I
can't find this option on the 2003 version? Any ideas???
Please help.
Thanks
Beverly
 
T

Thomas A. Rowe

In FP2003, you would use either a external CSS file or the Dynamic Web Template.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jon Spivey

Hi,
the easiest way would be to create a stylesheet like this
body{
background: #fff url(Image.jpg);
}

Save it as something like styles.css and then apply it to your pages -
Format - Stylesheet Links and check All Pages

Jon
Microsoft MVP - FP
 
R

Rick Budde

I would suggest you purchase a book that covers Front
Page 2003 if that is the version you are using.
 
Top