Forum Moderators: not2easy
I have a strange problem with my wordpress theme.
I am trying to justify the text in the single pages (main text):
-------------------------------------
/** div container for mainbody **/
#content_main {
text-align:justify;
position:relative;
float:left;
width:520px;
margin:15px 0 20px 20px;
background-color:#333;
}
-------------------------------------
The results -
Firefox : text is justified
Explorer local host : text is justified
Explorer server : text is NOT justified (explorer ignores any kind of text-align : right , left , justify )
-------------------------------------
Strange ...
Any tips to solve this problem?
Thanks in advance.