Jukka K. Korpela wrote:
[color=blue]
> "Owen Jacobson" <ojacobson.usenet@mx-deus.net> wrote:
>[color=green]
> > We all know that text-align: justify; is supposed to justify the
> > block's text across the box.[/color]
>
> And justification generally makes things worse, see
>
http://www.cs.tut.fi/~jkorpela/www/justify.html[/color]
Yah. I don't believe he's justifying the bulk of his content, only
attempting to get the described effect on a heading.
[color=blue]
> I don't think there's a way to do that in "standard" CSS, but if your
> friend is happy with something that works on IE 6, you could use[/color]
Unfortunately not. He's a Mac person, to start with, and he's not a
fan of platform-specific solutions. Smart man.
[color=blue]
> <div class="special">Some text</div>
>
> with
>
> .special {
> ...
> text-justify: distribute;
> ...
> }[/color]
Is there any movement afoot to add something similar to CSS 3, as far
away as that may actually be? It seems like a useful feature.
Owen