Originally Posted by
rpcrowe
Is there anyway I can manipulate Flickr so that my name will not appear when the cursor is placed over the image?
Probably not, IMHO. In Flickr's HTML or PHP or JavaScript or whatever they use, in the end the page with your stuff on it will end up with image code of the form:
Code:
<img src="yourfileURL" alt="some text" title="some other text" />
Flickr likely sticks your name in automatically where it says title="" and that is probably built into their site and not accessible by you.
The alt allows text that appears if the "yourfileURL" is dead and I vaguely recall some browsers used to show that on mouse-over, the title attribute being more recent but I could be wrong . . .
Been a while since I've done any HTML but that's how I recall it and my out-of-date HTML 4 manual agrees.
Chas.