Site Changes

A

Alysandra

I'm wanting to make an update to my site, which was created using FrontPage
2003. I'm primarily wanting to make color changes in text, background color,
and links. Is there a way to change these settings for all pages at once?
Right now, I only know how to do that for one page at a time. In case it
makes a difference, I am not using a Template.

Thanks for any help! :)
 
D

Dan L

You're going to have to 'touch' every page no matter how you go about the
universal changes that you want to make, so I would suggest the easiest way
is to make all the changes via CSS, save that CSS file as an external file
(e.g., style.css) and then add a link to the CSS file on all pages.

http://www.w3schools.com/css/default.asp
 
M

Mir

Alysandra, here's a lazier way: use the Replace function in the Edit menu to
replace lines of source code. Since you cannot undo such changes, try it in
one page before you do it in all pages.
Open one page in Source View, find the property you want to change (in the
Head), and copy & paste the lines of code into "Find what" in the Edit >
Replace box. Make a changed version of the lines on that page or in Notepad
(changing colors or whatever), and copy & paste into "Replace with." Make
sure that everything except the color is exactly the same in both boxes.
Or IF you used each color in only one place, you can just put the old color
code into "Find what" and the new color code into "Replace with."
Good luck! -- Mir
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top