html - Navigation bar link not working -


the navigation bar on site not working properly. clicking on "leistungsspektrum" in navigation bar says requested url /leistunsspektrum.html not found on server. site named "leistungsspektrum.html" on server.

html: link

css: link

whats wrong?

you've missed g out in link.

instead of

<a href="http://dh-creative-webdesign.de/leistunsspektrum.html" title="" class="mn2 active"></a> 

it should be

<a href="http://dh-creative-webdesign.de/leistungsspektrum.html" title="" class="mn2 active"></a> 

as sidenote: please include code in question! links external websites useless stack overflow if websites disappear internet 1 day. not many people take 1 @ html/css-related question no code , click straight off it.

include code!


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -