text-align:justify is not getting applied

Posted by vDeepak on Stack Overflow See other posts from Stack Overflow or by vDeepak
Published on 2012-10-10T07:53:42Z Indexed on 2012/10/10 9:37 UTC
Read the original article Hit count: 201

Filed under:
|
|

I have added the following code sample in my .html file:

<div Class="Frame" Style="left:85.8pt; top:198.5pt; width:415.5pt; height:43pt; position:absolute; background-color:rgb(201,201,201); overflow:hidden; border:0px Solid rgb(0,0,0);">
<p Style="text-align:justify; text-align-last:justify; padding-top:0pt; padding-bottom:0pt;">
<span Style="height:14.4pt; width:415.5pt;" class="ln">
<span Style="font-size:12pt; font-family:F0; word-spacing:5.09135818481445em; letter-spacing:0em; color: rgb(0,0,0);">Sample Text Here</span>
</span>
</p>
</div>

But the text-align:justify is not getting applied.

© Stack Overflow or respective owner

Related posts about css3

Related posts about text-align