Hi David,
I suppose the question is - what are you expecting to see?
"Current" shows the current position (as distinct from first, or last) so unless one of the records you are looking at changes, there won't be anything to see.
The other issue is if any of your browse columns have "allow xhtml" ticked on. Or you have allowed xhtml in the header, or on the xhtml tab. It what you've got is not _strict_ xHtml then the browse will not display. The most common mistakes are;
a) a tag not closed properly. like <p> (should be <p /> or <br> (should be </br>).
b) an "illegal" char, like & in the text.
Cheers
Bruce