arronmattwills
Member
- Joined
- Dec 23, 2013
- Messages
- 323
- Points
- 18
Earlier I have searched a lot for this.
This type of indicating extra text with three dots is called text overflow ellipsis.
if you want to get three dots after the particular width yhen you have write this code.
This type of indicating extra text with three dots is called text overflow ellipsis.
if you want to get three dots after the particular width yhen you have write this code.
.myTitle {
Text-overflow: ellipses ;
}