Jeremy <jeremys@uci.edu> scripsit:
[color=blue]
> I have a block of text that's split over two columns. The text is
> fully-justified.[/color]
Stop doing so. Problem solved.
[color=blue]
> Since the browser has no way of knowing that the
> text is split between two columns, the last line of the first column
> is not fully-justified - it is right-justified.[/color]
An interesting problem, but why do you want to create it?
[color=blue]
> This makes it look
> like the block of text ends, and another block begins in the next
> column.[/color]
Right.
By the way, if you think that your question is a CSS question, as you say in
the Subject line, why did you post it here and not in the CSS group
(c.i.w.a.stylesheets)?
On the top of my head, I'd say that there's no way to tell browsers to
justify even the last line, no matter whether you do the justify in HTML
(align="justify") or in CSS (text-align: justify). There might be some
imaginative approach, but why would you try to find it? We know that
justification is generally a poor idea on the Web, except perhaps for small
pieces of text for special reasons.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/