Problems with tags on a .shtml page

liunx

Guest
Hi everybody<br />
<br />
These tags works fine on a .html page, but I can't get them to work on a .shtml page...<br />
<br />
Anybody knows the trick?<br />
<br />
<a name="top"></a><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#top></a><br />
<br />
Thanx in advance<br />
Mike<!--content-->Try replacing <a href=http://www.webdeveloper.com/forum/archive/index.php/"#top> with <a href="#top"><!--content-->Wrote it wrong in here..<br />
This is how it is on my page:<br />
<a name="top"></a><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#top">top</a><br />
<br />
It works fine when I rename the page to .htm but not if it has the extension .shtml<br />
<br />
Any sugestions?<br />
<br />
Mike<!--content-->If I am recalling correctly it may be because .shtml has something to do with the server, but I am not sure.<!--content-->It does - but I can't see a reason why a normal tag like that won't work on a .shtml page?<br />
It sounds like a small problem, but if I can't use these tags, I have to redesign my page a lot :(<!--content-->
 
Back
Top