PDA

View Full Version : Link page



CAJUNMODELCOMPANY
01-30-2009, 11:11 AM
Hi, I got my homepage working and now I want to add some more pages how do I name the files. I know how to add a link button. I am new to this So I am not sure how to do it and what proper terminology to use I am learning as I go. Thanks Shane

felgall
01-30-2009, 11:31 AM
You give the page whatever name you are going to refer to is as in the links you add to your existing page.

So if the link you add says <a href="contact.html"> then you save the page as contact.html

Giving them descriptive names will help you remember what page is which.

Bob Barr
01-30-2009, 11:37 AM
File names for linked pages are pretty much whatever you'd like them to be. While there are a few oddball characters that can't be used, if you stick with using letters and numbers, you'll be OK.

<added>
Be sure, though, to match capitalization between your links and the file names. Linux servers treat names and paths in a case-sensitive fashion while Windows doesn't.
</added>