How can I justify text to both sides? Tried adding body{background-color:#2C2C29;font-family:Tahoma;font-size:10px;text-align:justify;color:#2C2C29;} to style.css but no dice.
How can I justify text to both sides? Tried adding body{background-color:#2C2C29;font-family:Tahoma;font-size:10px;text-align:justify;color:#2C2C29;} to style.css but no dice.
it is overwritten by
/* LAYOUT */
#wrapper{margin:0 auto;text-align:left;padding-left:40px;}
further down in the style.css.
change it there.
Thanks alchymyth, that worked perfectly!
This topic has been closed to new replies.