Oddly, this code:
<?php edit_post_link('Edit Page Content','<p id="adminlink">','
'); echo('foo'); ?>
displays and is written in the source markup in Firefox (Windows) but not in IE6... "foo" will show up in both, but not the edit link
any ideas? I put the extra echo in to see if ANYTHING would show up in IE... and strangely, I've never seen this issue in IE... the link normally works. I've not done anything odd with styling either... except now I've made the background-color red and tried a few things like display:block, etc to see if it's some bizarre IE positioning bug or something.