How to limit maximum characters of title, description in Joomla 1.5 table?
And how to make if so long, not write all text in table, but write … or write in other Line.
I mean if title is like:
"titleblablablaTITLEblablaTITLEtitle"
I want that showed:
"titlebl..."
or
"titleblabl
ablaTITLE
blablaTITL
Etitle"
Look to my site at the table
http://padekime.wu.lt/index.php?option=com_djclassifieds&view=show&cid=1&Itemid=1
(Pavadinimas-title) / (Aprasymas-description)
Thay are too long table so large, someone could help me? Thank you.
This CSS should do it for you in browsers that support the
word-breakproperty:If you’re interested in a PHP solution, there is a
wordwrap()function in the standard library: http://php.net/manual/en/function.wordwrap.php