why width not working here?

Posted by metal-gear-solid on Stack Overflow See other posts from Stack Overflow or by metal-gear-solid
Published on 2010-04-24T20:08:16Z Indexed on 2010/04/24 20:13 UTC
Read the original article Hit count: 388

Filed under:
|

code

<a href="#" style="width:50px;display:block">london paris itlay milan</a>

output

london paris itlay milan

Why it's not rendering like this

london
paris 
itlay 
milan

how to achieve output like this without changing in HTML?

© Stack Overflow or respective owner

Related posts about XHTML

Related posts about css