css - alternative of text-justify:newspaper html -


i have paragraph, text-align:justify. due words difference between words increase much. there property text-justify:newspaper; breaks words make them relevantly spaced. not supported browser except ie. there alternative property.

or best way justify them.

fiddle here

in case, best way keep text-align:left; applying fixed width (either in percentage or pixels) achieve looking for.

for instance,

element.style {     text-align: left;     width: 220px; } 

fiddle demo

hope helps.

ps: width: 220px; illustrative value. can change per scenario.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -