| | I am currently making a code for my phpBB forum, where it will import the latest topics from a specific forum, and display it on the news section of my main page. But the width of that news section is very tiny, so I want the code to limit the numbers of characters to 25. So, let's say this is the full title: "This is the title which is a little too long so it needs to be shortened." This is what I want to show: "This is the title which ..." How can I do that? |

