I'm creating a website, and the pages have the same general layout (menubars, header etc.). How can I modify all the pages at once without going through them all individually.
2007-04-18
03:41:06
·
8 answers
·
asked by
nines_rodriguez
1
in
Computers & Internet
➔ Programming & Design
thanks for the replies so far, I've just been using notepad up until now.
2007-04-18
03:49:11 ·
update #1
The simple answer would be to use Cascading Style Sheets (CSS). This will change the style of what you already have, but will not change the actual code or content of the pages.
However, let's say you just want to change your copyright notice in your footer from 2006 to 2007. Oh lord what a task this is if you have hundreds of HTML pages. Instead, I would recommend using a server side language like PHP. This would allow you to create a separate file for your footer page (ex: footer.php), include it on your other pages and just make the change to your copyright notice in that one file.
Voila! It's changed on every page on your site and you saved yourself 6 hours of work. It sounds like this is exactly what you need to be doing.
2007-04-18 06:08:25
·
answer #1
·
answered by topherG 6
·
0⤊
0⤋
If you use a program like Web Expressions (formerly Microsoft Frontpage) or Dreamweaver, you can create a navigation bar that attaches to each page you create. So you could ideally start the project by creating the navigation bar. Web Expressions calls it a Dynamic Web Template under the Format. There is a free 30 times trial from Microsoft at
http://www.microsoft.com/products/expression/en/expression-web/free-trial.mspx
2007-04-18 03:47:09
·
answer #2
·
answered by milliscloset 1
·
0⤊
0⤋
I use WeBuilder 2006, an inexpensive but very good website editor. I've rewritten several (mine and several clients') websites several times, making similar changes to pages throughout the sites. As you do, I keep the pages in the sites looking purdy consistent in "look and feel" so I often have to make the same change throughout. WeBuilder makes it quite easy. To look into it go to www.blumentals.net
2007-04-18 04:28:42
·
answer #3
·
answered by fjpoblam 7
·
0⤊
0⤋
I'd suggest using CSS for your website. It'll allow you to modify one document, the stylesheet, and have the entire website reflect the changes.
2007-04-18 03:44:35
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
it depends what program you are using to create the webpages. If you're using Dreamweaver I think the cascading style sheets will help you create one template so that you can use it on all pages. Look for the Help menu in Dreamweaver if this is the program you are using.
2007-04-18 03:44:00
·
answer #5
·
answered by Anonymous
·
0⤊
1⤋
get a book and learn how to use frames - this way all the pages look the same - but only the center text changes with each page
2007-04-18 03:43:47
·
answer #6
·
answered by T F 4
·
0⤊
2⤋
CSS I believe is the most professional option.
2007-04-18 04:45:59
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
You would need to do with "includes: or "Iframes" do some searches on those terms
Iframes are easier
2007-04-18 04:23:52
·
answer #8
·
answered by Rusty Nails 5
·
0⤊
0⤋