B
Bill Mullen
I just noticed that named anchors don't work for external files.
Here is a sample
filename: testanchors.php
....
<body>
<a name="somename"></a>
Some text goes here...
....
</body>
....
filename: testfile.php
....
<body>
....
<a href="testanchors.php#somename">Click here</a> to test.
....
</body>
....
I test my pages in Opera, Netscape, Safari, Firefox, and IE6 and IE7.
The only browsers that don't work are IE6 and IE7.
I recently changed to XHTML 1.0 transitional. I made certain the page
validated at http://validator.w3.org/ and it did, so I know the code
is correct.
I made a couple of changes to get it working but I am really baffled
as to why it didn't work using the above code as it should have.
Bill
Here is a sample
filename: testanchors.php
....
<body>
<a name="somename"></a>
Some text goes here...
....
</body>
....
filename: testfile.php
....
<body>
....
<a href="testanchors.php#somename">Click here</a> to test.
....
</body>
....
I test my pages in Opera, Netscape, Safari, Firefox, and IE6 and IE7.
The only browsers that don't work are IE6 and IE7.
I recently changed to XHTML 1.0 transitional. I made certain the page
validated at http://validator.w3.org/ and it did, so I know the code
is correct.
I made a couple of changes to get it working but I am really baffled
as to why it didn't work using the above code as it should have.
Bill