Look at the footer for this post. I have the time, a dot, a link tag, a dot, and a comment tag. Ho-hum.
Wait. Put your mouse over the first dot (the one between time and link).
I can click that now and re-edit the post. You can’t, of course. But that makes my “Oh my gosh, look what strange style sheet interactions have occured!” moments a lot easier to fix.
For you MTers, the code is:
<a style=”text-decoration:none; color:black;” target=”_blank” title=”admin”
onmouseover=”window.status=’edit this entry’; return true;”
onmouseout=”window.status=’ ‘; return true;”
href=”<$MTCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$MTEntryID$>&blog_id=<$MTBlogID$>”>•</a>
This is cool stuff.
(Via David Gagne)
I was wondering how to do that. Thank you 🙂
You’re welcome!