BroChris
06-03-2004, 01:56 PM
<?php echo substr($category_topic_list[$i]["title"],0,20); ?>
If the title is longer than 20 characters, I'd like it to add "..." to the end to show that the title is longer than what is shown. Can this be done?
If the title is longer than 20 characters, I'd like it to add "..." to the end to show that the title is longer than what is shown. Can this be done?