The problem was with the data being entered using all uppercase and stretching out the allowable 60 character string space for the chosen font - that’s why the Bloggers Digest column was “squashed” to the side if you are using 1024 x 768 screen resolution and below. Anyway, I’ve come around to fix this by first cleaning up the topic title in the php script to convert all to lower case and then setting it use uppercase for the first letter of each word. Then maintain a maximum of 50 characters - anything more will be cut off and being appended with “…”. This only happens at the Active Topics section, and the reason for doing so is to put some control on this by preventing these titles from “shouting” at the mainpage & hope that it improves readability. Once click and view the topic itself, the original properties of the title will appear. Thanks for the suggestions guys.
If you need some pointers with regards to web programming, I’ll be able to share some of my knowledge with you. Drop a line over in the Computers, ICT & Gadgets forum and I’m sure apart from just me, there are lots more people whom are very willing to help out.
Oh! One more, I think it’s better to have a “title” attribute for the links that shows full topic title. The link can be truncated for presentation purposes, but it’s a bad idea to not having a title attribute that shows the full title.