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.
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; } hope helps.
ps: width: 220px; illustrative value. can change per scenario.
Comments
Post a Comment