Forum Moderators: mack

Message Too Old, No Replies

Page Linking

Page to Page Don't Work

         

BertMan

6:19 am on Jan 27, 2004 (gmt 0)

10+ Year Member



Hello you benevolent genuises!
I can't for the life of me figure out what I'm doing besides wrong.

I'm updating from my first 1page site to my new css enhanced mega site thanks to you fellas.

But I can't get my [mynewmega.index.html...]
which works fine to link to my [mynewmega.1stpage...] at all.

When I created my 1st extension page I saved it with the .html extension and then uploaded it into my public html directory.

When creating the nav link button the code read
<li><a href="http://mynewmega/1stpage"title=My 1st Page>LINK</a></li>.

See anything Wrong there?

tombola

8:34 am on Jan 27, 2004 (gmt 0)

10+ Year Member



<a href="http://mynewmega/1stpage"title=My 1st Page>LINK</a>

1. I miss your TLD in this link (like mynewmega.com).
2. Put a space between the second quote and title.
3. Use quotes for the title element.

g1smd

12:44 am on Feb 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You'll be needing that as http://www.blahblahblah.com/1stpage.html too, no?

tombola

9:42 am on Feb 3, 2004 (gmt 0)

10+ Year Member



g1smd, if he uses content negotiation (Apache), these filename extensions are not needed anymore.