named anchor with css positioning

liunx

Guest
Hi

I am new to forums so forgive any errors please :-)

I have named anchors in a site that aren't working. Might this have to do with CSS positioning?

Anchor: <a name="ringtag"></a> on one page

Ref: <a href=http://www.webdeveloper.com/forum/archive/index.php/"filename.html#ringtag">something...</a> on another page.

I've tried absolutely positioning the anchor, but that didn't work.

Reference: <!-- w --><a class="postlink" href="http://www.lpsinc.net/updates/teflonbcor.html">www.lpsinc.net/updates/teflonbcor.html</a><!-- w -->

Thanks!seems to be working to me. I clicked on your link and it took me to that anchor on the next page. Not really sure how you want it to look, so I can't say whether positioning is not working. But, the anchor does seem to work.


Oh, by the way I checked it using Firefox. . .works fine for me too on FF but not IE. Musn't like it being in a div? why not just place it infront of the image on the page and not in the div n try that. Your doc type needs some capitalisation, might want to check spelling in that link too..?Thank you.
To my suprise, it does work!
It must have been the positioning in the div, 'cause it wasn't working before!it doesn't work for me, try just sticking your anchor next to the text as opposed to using CSS to position it.
 
Back
Top