1 coldhart Mar 20, 2006 18:02
3 coldhart Mar 21, 2006 18:14
how does that limit the amount of characters that displays? I don't have an issue wit the size of the font.
4 topanga Mar 21, 2006 19:57
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...
5 rhibbert Apr 11, 2006 03:05
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