DREAMWEAVER!
Gah, I refuse to knowingly have anything to do with netscape, except for javascript.
We use frontpage here at work (well, “we” meaning someone other than me) and I certainly don’t like it. When it comes time to mess with the website I offer my help (being the most knowledgable here about websites) and I want to pull my hair out working with Frontpage.
Maybe if I had learned on it I wouldn’t be complaining. But my first concern: it eats up memory by creating directories and saving multiple copies of the same files for no good reason.
To the OP: follow all advice above, and do everything within your power short of breaking the law to use relative paths to everything. Moving websites, editing links, etc, is much much easier once you get the format down.
For example, root folder contains the following:
index.html
pics/
audio/
2000/
inside 2000 is:
index.html
my_first_page.html
NOW, the webpage “my_first_page.html” references images inside the general “pics” folder in the (web)root directory. The link would then be
<img src="…/pics/image.gif">
where the “…” simply means “go up a level before you look for the ‘pics’ folder.” You are welcome to go up as many levels as you need to without ever explicitely referencing the “http://” path.
When you physically view the page on your computer and look at the source, even if you have used relative paths it still may appear that FrontPage turns them into direct links. Can anyone say if this is actually an option you might have to set? I think it was in Dreamweaver, where you told it directly to always use relative paths from within a specific project.
Handy, they only require special extensions if you are going to use those extensions. Nothing prevents you from integrating Perl scripts, for example, onto a server. If you don’t do anything extra-special, Front Page is just another WYSIWYG HTML builder. Don’t need the extensions for jack.
Having said that, I couldn’t get the extensions to work with our webpage, and the dumb-ass hosts didn’t have a clue either (all the errors were from the hosts’ side, too). My question to them is: why offer it if you cannot reasonably support it??? sigh So we went to Perl. Eris bless Matt’s Script Archive!