Forum Moderators: open

Message Too Old, No Replies

Internal anchors and shtml

Internal anchors aren't working on shtml page

         

AWildman

6:35 pm on Jan 7, 2004 (gmt 0)

10+ Year Member



I think I must be missing something. I am trying to do normal internal linking on an shtml page. When I use the same exact code with an html extension, it works. What gives? Here's the code:

The <a href = "#annual">blahblah</a> which does blah blah blah, and the <a href = "#try">bluhbluh</a> allows you to bluh bluh bluhdy bluh.</p>
.
.
.
<p class = "redtext boldtext largetext"><a name="annual"></a>blahblah</p>

<p class = "redtext boldtext largetext"><a name = "try"></a>bluhbluh</p>

Note: This was not tried on an shtml enabled server, just on my computer. If that is the problem, please lemme know and then I'll be happy...actually, I'll probably cry cause I'll feel dumb, but that's nothin' new! :)

Safir

7:05 pm on Jan 7, 2004 (gmt 0)

10+ Year Member



Strange indeed.

Works with both extensions in Opera, but not in IE6.
On my Desktop: only html works fine, shtml gives 404.
In wwwroot: both work (so be happy ;) )

I have the feeling we're missing something very very stupid, but have no idea to be honnest...

AWildman

7:07 pm on Jan 7, 2004 (gmt 0)

10+ Year Member



I guess I'll just have to be patient and do extensive testing on the server.

Thanks for the response!