|
Hi All,
I am trying to do this simple database task but having a problem...
I want to shorten the names of my products (item names) to 34 characters so I went to the MysQL database and shortened the field type from Varchar(100) to Varchar(34) and it did shorten, however, because some of my item names are quite long, they just wrap to the next line (there in a table cell).
My question is how can I 'cut' or delete the remaining part of the item name so they are only 34 characters instead of wrapping the remaining part of the item name to the next line? Or even add the famous '...' after the maximum characters are displayed and there are more remaining.
Thank you in advance!
-Brian
__________________
Brian
TMS BBS: 201-471-2205
Open Friday thru Sunday Eastern Time (US & Canada)
Last edited by Brian07002 : 08-01-2005 at 12:43 PM.
|