Hi there,
I want some text to align left and others to align justify within my right colum paragraph.
please give me an advice what's the best way to do.
Currently all the texts are aligned to left.
div#main-content div#right-col {
float: left;
margin: 0 0 0 235px;
width: 565px;
}
div#main-content div#right-col p {
font-size: 1.0em;
margin-bottom: 0.8em;
}