FrontPage - I must be missing something
FrontPage - I must be missing something
Author
Discussion

simpo two

Original Poster:

91,607 posts

289 months

Wednesday 3rd March 2004
quotequote all
I'm making a simple website for a customer using FP 2003. Not unreasonably, I want to assign the same background colour to every page in the web - try as I might, I can't see how to do this and Help isn't any help.

It can't be difficult surely? A checkbox saying 'apply to all pages' would be the thing...

TIA

Bodo

12,523 posts

290 months

Wednesday 3rd March 2004
quotequote all
Add the following line to the <head> of each page:

<link rel="stylesheet" type="text/css" href="formats.css">

Add the following attribute to the <body> tag, so that it looks like this:

<body class="bg">

Create a text file in the root directory. Add the following line to that empty file:

.bg { background-color:#FFFFFF }

Put the hex-number for your desired background colour instead of FFFFFF. Change this value, and all pages will get the new bg-colour.
Save it as formats.css

Note that the link href in the <head> must be adapted, when both files are not located in the same directory.

simpo two

Original Poster:

91,607 posts

289 months

Wednesday 3rd March 2004
quotequote all
Thanks Bodo, though - I fear you have exceeded my abilites. I can't believe there's no other way... Even so, I've *still* got to do all that to every page, hence I might as well just change the b/g the easy FP way...?

>> Edited by simpo two on Wednesday 3rd March 22:10

jgmadkit

553 posts

273 months

Wednesday 3rd March 2004
quotequote all
Doing it as bodo suggested will pay off in the end. See about giving it a go. Do a google on CSS (custom style sheets) to get an understanding of what they are.

An understanding of CSS will pay dividends in the end.

John

Bodo

12,523 posts

290 months

Wednesday 3rd March 2004
quotequote all
I did a websearch on Frontpage stylesheet, and it came up with some links that explain how to work with FrontPage and stylesheets.

www.oznet.ksu.edu/webbuilder/frontpage/general/fp_css.asp
www.uwec.edu/help/Fpage00/css.htm

As far as I can see, it is called creating templates (haven't read through the links ).
So you possibly can create one individual template in FP, and then assign it to all single pages you create!?
Might be a direction to investigate further...

AJ ;-)

467 posts

270 months

Wednesday 3rd March 2004
quotequote all
Thought this was going to be a thread on why Frontpage was so much more difficult to use than Dreamweaver.

Any good tutorial websites you can recommend?

simpo two

Original Poster:

91,607 posts

289 months

Wednesday 3rd March 2004
quotequote all
[quote=AJ ;-)]Thought this was going to be a thread on why Frontpage was so much more difficult to use than Dreamweaver.
Any good tutorial websites you can recommend?[/quote]

As Luca said, FrontPage is quite intuitive if you can use Word - it does the same sorts of things in the same sort of way. Try inserting a 'theme' for quick idiot-proof results (Insert/Theme). Also use View/Navigation to see your web like a family tree, and add pages from the left by dragging and dropping. Right-click to rename etc, just like Word.

I'm a self-confessed web-numpty and to me html might as well be Chinese, but I can work FP. (I looked at Adobe GoLive and my brain just isn't sliced that way!)