Hey,
I made a portal for my forum..all custom.
Take a look so you know what I'm reffering too. http://www.volconvo.com
See the last post under each forum catagory? The one with the little arrow to the left of it?
How can I limit how large those titles get on my page? In other words, how can I make it so a LONG BIG FAT TITLE THAT IS BIG
becomes: LONG BIG FAT TITLE...
Is there any way to do this?
Here's my code:
The second go to first unread post show topic line is the line of text.
Thanks for any pointers.
I made a portal for my forum..all custom.
Take a look so you know what I'm reffering too. http://www.volconvo.com
See the last post under each forum catagory? The one with the little arrow to the left of it?
How can I limit how large those titles get on my page? In other words, how can I make it so a LONG BIG FAT TITLE THAT IS BIG
becomes: LONG BIG FAT TITLE...
Is there any way to do this?
Here's my code:
Code:
<!--TEMPLATE: FORUM INFO TD--><b><font face="arial" size="2"><a href="{ibf.script_url}showforum={$forumdata['id']}"><span>{$forumdata['name']}</span></a><br /></font></b> <font face="arial" size="1">{$forumdata['last_post_time']}<b><br /> <a title="Go to the first unread post" href="{ibf.script_url}showtopic={$forumdata['last_post_topic']}&view=getnewpost"> <img alt="Go to the first unread post" border="0" src="http://www.volconvo.com/lastpost.gif" width="10" height="7" /></a><a title="Go to the first unread post" href="{ibf.script_url}showtopic={$forumdata['last_post_topic']}&view=getnewpost" style="color: #000000"><u>{$forumdata['last_title']}</u></a><br /> </b> </font> <font face="arial" size="1">by: <a href="{ibf.script_url}showuser={$forumdata['last_poster_id']}" style="color: #000000">{$forumdata['last_poster_name']}</a></font>
Thanks for any pointers.
Comment