code
<a href="#" style="width:50px;white-space:normal">Hello how are you</a>
output
Hello how are you
Why it's not rendering like this I need like this.
Hello
how
are
you
how to achieve output like this without changing in HTML?
<p style="width:165px;height:80px;border:1px solid red">
<a href="#" style="width:80px;white-space:normal">Hello how are you</a>
</p>
See live example here http://jsbin.com/amozu4
i need link like this
Hello
how
are
you