I have problem with code line div align=justify
when I use it in mozila every thing looks justify but then sideleft menu go to the end of page.. same in IE
and when I use p align=justify then page look ok, but it's not justify to both sides (left to right)..
any idea*?

Comments

Gurpartap Singh’s picture

Status: Active » Closed (works as designed)

I haven't had any problem with div. But to get p working, edit the style.css and remove text-align: left; from:

.content p {
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}