![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What is the best way to handle navigation bars when making a website? Mainly so it doesn't have to be updated on each page individually if something changes? |
|
I hear Frames are not the best way to go? |
#3
| |||
| |||
|
|
I work in Dreamweaver. What is the best way to handle navigation bars when making a website? Mainly so it doesn't have to be updated on each page individually if something changes? I hear Frames are not the best way to go? Do I make a template? With templates I find that there is often something I forgot to make into an editable region, and ultimately goof myself up and wind up detaching pages from the template... Probably chalk it up to inexperience??? Can you make a navigation bar as a server side include? I dabbled with it a little bit the other day, and can't get it to work right. It shows up in dreamweaver, but not on the testing server, apache cased... using <!-- include... (or whatever the syntax is, I don't know it yet without looking it up.) Some other way? Any good tutorials/tips and tricks on this? Thanks a bunch ![]() |
#4
| |||
| |||
|
|
I work in Dreamweaver. What is the best way to handle navigation bars when making a website? Mainly so it doesn't have to be updated on each page individually if something changes? I hear Frames are not the best way to go? |
#5
| |||
| |||
|
|
okay, so I found the Ask Leo tutorial about SSI's... I have a really stupid question! |
|
the line: <!--#include FILE="b.inc" -- Is my file extension going to be .inc? or is it .htm in case of html file? If I include the html file, I take it I only need the body part, not the entire page? |
|
Can I put an SSI into a dreamweaver layer or is that not a good idea? |
#6
| |||
| |||
|
|
"DaKitty" <Imgonna (AT) dotcomsomething (DOT) net> wrote in message news:RYxkd.260015$a85.215343 (AT) fed1read04 (DOT) .. I work in Dreamweaver. What is the best way to handle navigation bars when making a website? Mainly so it doesn't have to be updated on each page individually if something changes? I hear Frames are not the best way to go? Do I make a template? With templates I find that there is often something I forgot to make into an editable region, and ultimately goof myself up and wind up detaching pages from the template... Probably chalk it up to inexperience??? Can you make a navigation bar as a server side include? I dabbled with it a little bit the other day, and can't get it to work right. It shows up in dreamweaver, but not on the testing server, apache cased... using <!-- include... (or whatever the syntax is, I don't know it yet without looking it up.) Some other way? Any good tutorials/tips and tricks on this? Thanks a bunch ![]() okay, so I found the Ask Leo tutorial about SSI's... I have a really stupid question! the line: <!--#include FILE="b.inc" -- Is my file extension going to be .inc? or is it .htm in case of html file? If I include the html file, I take it I only need the body part, not the entire page? |
|
If that page has some JSP in it in order to function, do I need to do anything special to them? here's a link to the page I was trying to use as a SSI to another page: http://www.mastersmvnswim.org/images...1/buttons1.htm Can I put an SSI into a dreamweaver layer or is that not a good idea? |
#7
| |||
| |||
|
|
In article <RYxkd.260015$a85.215343@fed1read04>, Imgonna (AT) dotcomsomething (DOT) net says... I work in Dreamweaver. What is the best way to handle navigation bars when making a website? Mainly so it doesn't have to be updated on each page individually if something changes? I hear Frames are not the best way to go? I prefer links, just plain ol links. |
#8
| |||
| |||
|
|
In article <2lykd.260874$a85.149850@fed1read04>, "DaKitty" Imgonna (AT) dotcomsomething (DOT) net> wrote: okay, so I found the Ask Leo tutorial about SSI's... I have a really stupid question! I don't even remember writing it ;-) There could be more than one person calling themselves leo I suppose. the line: <!--#include FILE="b.inc" -- Is my file extension going to be .inc? or is it .htm in case of html file? If I include the html file, I take it I only need the body part, not the entire page? A famous error is writing a complete HTML file and doing an include on it. |
|
Then you get two heads and/or two bodies, etc in the file you are including in. Give thought to the included file so that it makes structural sense in the including document. |


#9
| |||
| |||
|
|
Without quill or qualm, DaKitty quothed: "DaKitty" <Imgonna (AT) dotcomsomething (DOT) net> wrote in message news:RYxkd.260015$a85.215343 (AT) fed1read04 (DOT) .. I work in Dreamweaver. What is the best way to handle navigation bars when making a website? Mainly so it doesn't have to be updated on each page individually if something changes? I hear Frames are not the best way to go? Do I make a template? With templates I find that there is often something I forgot to make into an editable region, and ultimately goof myself up and wind up detaching pages from the template... Probably chalk it up to inexperience??? Can you make a navigation bar as a server side include? I dabbled with it a little bit the other day, and can't get it to work right. It shows up in dreamweaver, but not on the testing server, apache cased... using <!-- include... (or whatever the syntax is, I don't know it yet without looking it up.) Some other way? Any good tutorials/tips and tricks on this? Thanks a bunch ![]() okay, so I found the Ask Leo tutorial about SSI's... I have a really stupid question! the line: <!--#include FILE="b.inc" -- Is my file extension going to be .inc? or is it .htm in case of html file? If I include the html file, I take it I only need the body part, not the entire page? The file you include into the html document is just a text file - comprised of the same text that you'd otherwise enter by hand. The extension can be .txt or .doc or anything not otherwise mimed. |
|
If that page has some JSP in it in order to function, do I need to do anything special to them? here's a link to the page I was trying to use as a SSI to another page: http://www.mastersmvnswim.org/images...1/buttons1.htm Can I put an SSI into a dreamweaver layer or is that not a good idea? Code by hand. Slower (maybe) but better. |
#10
| |||
| |||
|
|
In alt.html DaKitty said: What is the best way to handle navigation bars when making a website? Mainly so it doesn't have to be updated on each page individually if something changes? http://allmyfaqs.com/faq.pl?Include_one_file_in_another |
![]() |
| Thread Tools | |
| Display Modes | |
| |