in reply to Re: A bit more about readmore
in thread A bit more about readmore

Thing is its not going to be a character count, as the html markup content will be counted. So to say X chars would be less accurate than saying X bytes. At least the latter will be correct all the time, where a char count would be wrong almost all of the time.

Update: I see from the CB chatter history that you and ysth dont like this information to be displayed. I suggest one of you put together a patch to provide a user setting to turn it off. That would be the easiest thing for all concerned. :-)

---
demerphq

Replies are listed 'Best First'.
Re^3: A bit more about readmore
by ysth (Canon) on Nov 01, 2004 at 17:27 UTC
    I see from the CB chatter history that you and ysth dont like this information to be displayed.
    I said that; don't recall bart exactly saying so. But CSS is a better choice than adding a user setting.

      I assume it was added after these comments were posted, but for those who are interested, adding .readmore-size { display: none; } to your site CSS will make the number of bytes/characters vanish.