<div align>
bojana.cugalj - September 13, 2007 - 21:00
| Project: | Alek 2.0 |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
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*?

#1
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;
}