Something like this:
Or do you absolutely have to have text in the anchor tag?Code:<A name="NKmessage"><IMG alt="" src="/xxxx/Gord.jpg"> </A>
![]() |
Something like this:
Or do you absolutely have to have text in the anchor tag?Code:<A name="NKmessage"><IMG alt="" src="/xxxx/Gord.jpg"> </A>
Sure you can use "name" in an anchor tag without anchor text, but if you don't use href then some older browsers may not react to a # href within another link.
I tried it using IE and when I try the url that has the "#NKmessage" at the end I simply end up at the top of the page.
The two lines of :
And thenCode:<a name="img"><img src="something.jpg" alt="something"></a>
Worked for me in IE 7, Firefox and whatever the internal browser in HTML Kit is based on.Code:<a href="#img">Back to image</a>
I'll try that. Thanks.
Works like a charm. Thanks Guys!
All times are GMT -7. The time now is 08:55 AM. |