How can I justify text in HTML/CSS? -
i made little text in html , it's looking fine, want neatly stacked, or neatly aligned. link 1 shows have right now, , link 2 shows want. please ignore red "verdana".
this have now, , don't want: http://postimg.org/image/hho1sip5b/c9d22691/
this don't have yet, want: http://postimg.org/image/7j5y11wjn/3d5e5ca5/
my code follows:
<div class="left"> <p style="text-align: justify; height: 7px;"> </p> <p style="line-height: 22px; font-size: 10px; font-family: verdana; "> <span style="letter-spacing: 1px">big-ass piece of not-so-interesting text</span> </p> <p style="line-height: 28px; font-size: 18px; font-family: gillsans-light; "> redrum <br>nieuwe kazernelaan 2-3 <br>6711 jc ede <br>postbus 8193 <br>6710 ad ede </p> </div>
all appreciated! in advance!
you have text-align: justify
on element no text... try applying actual text , should work!
Comments
Post a Comment