2 topanga Mar 21, 2006 15:08

how does that limit the amount of characters that displays? I don't have an issue wit the size of the font.
Well, since I saw you were using the same plugin as I did, I tought you wanted the same sollution as I use on my site...
Well I guess that Topanga's reply would just hide the extra characters ;)
I'm not a php programmer, but the function you need to use is substr($string, $start, $end). I guess that your code should look something like this:
<?php substr($Comment->content() , 0 , 150 ) ?></a> <br>
<em>From - <a href="<?php $Comment->Item->permalink() ?>"><?php $Comment->Item->title( '', '', false ) ?></em><br><br>
--
Richard
put this in your css file