index.html

For general web development questions that are not specifically related to CSS HTML Validator. This includes (but is not limited to) general HTML, CSS, Accessibility, JavaScript, and SEO questions.
Post Reply
Walter Metzger
Rank II - Novice
Posts: 48
Joined: Tue Feb 26, 2008 12:57 pm
Location: Germany
Contact:

index.html

Post by Walter Metzger »

Good day,

I have
<div class="navigation">
<div class="menuefeld">
<p><a href="index.html">> Startseite</a></p></div>
(the most)

and
<div class="navigation">
<div class="menuefeld">
<p><a class="aktiv" href="index.html">> Startseite</a></p></div>
(only one time)

When I change "index.html" to "./", as recommended by http://webtips.dan.info/subdir.html#linkhome
(Grouped - Good Style by Validator), the return to Startseite
does not bring the desired page, but an undesirable listing.

What do I wrong?
My homepage ist http://www.koerperbehinderte-es.de/

Greetings from Germany
Walter Metzger
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Re: index.html

Post by Albert Wiersch »

Hi Walter,

For this to work you'll need to be browsing through a properly configured webserver (with http or https). If you're viewing your HTML as local files then it probably won't work. I suspect that might be what is happening.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Walter Metzger
Rank II - Novice
Posts: 48
Joined: Tue Feb 26, 2008 12:57 pm
Location: Germany
Contact:

Re: index.html

Post by Walter Metzger »

Albert thanks for the answer,

why do I receive the tip - good style - by Validator for each site,
I do always test my changes local and then - when o.k. - upload to the webserver.
Another way was till today for me never to use.

Greetings from Germany
Walter Metzger
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Re: index.html

Post by Albert Wiersch »

You're welcome!

I'm not sure I completely understand the rest of your message, but if you'd like to disable that tip message then you should be able to.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Post Reply