Forum Moderators: not2easy
.text {
width: 100px;
height: 15px;
max-height: 15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
But this ends by the first line itself. Also, "..." is only seen in IE and not in Firefox
[edited by: SuzyUK at 7:47 am (utc) on Aug. 19, 2009]
[edit reason] removed '.' to fix the link [/edit]