Forum Moderators: not2easy
p{
line-height: 140%;
text-align: justify;
}
I've found that in the first line of text in IE5.5/6 it doesn't justify, but for all the other lines, in that tag, and further <p></p> tags there is no problem?
Anyone aware of this and/or know a hack around it?
Cheers - Jack
The problem was somewhat related to having a DIV block nested within an A element. When the DIV got the text-align:justify, the first line didn't got justified.
The most strange part is that I have the same nesting somewhere else, which shows no problem with justification, so I guess thats not easily reproducible.
Inverting the nested elements (<div><a>...</a></div>) worked fine.