text-aling:left align:left in google android browser is making the text in column around %20 of the page how this can be fixed?
Posted
by
user981220
on Stack Overflow
See other posts from Stack Overflow
or by user981220
Published on 2012-11-20T14:14:58Z
Indexed on
2012/11/20
17:00 UTC
Read the original article
Hit count: 187
html
|android-browser
Hello I have a problem with text-align: left or align: left no matter what I put the text get's stuck on the left side of the page in a big column how this can be fixed ?
example of the code:
<div class="maintext02"><span><p>text</p>
.maintext02 {
font-family:Georgia, "Times New Roman", Times, serif; color:#545454; line-height:25px; font-size:12px;
width:943px;
padding-top:15px;
padding-bottom:15px;
text-align:left;
}
© Stack Overflow or respective owner