Reputation: 14490
I am trying to achieve this with a span:
This is what I have:
<span>some text goes here</span>
span{width:50px;overflow:hidden;float:left;}
This gives me this:
I tried every possible way I could think of but the text keeps moving downwards. I don't want to specify the height.
Upvotes: 17
Views: 12177