Hi everyone,
I'm attempting to get a website to look like a book. Among other
things, it means that I don't want half-lines of text to appear at the
bottom/top of my screen. Rather, when a line doesn't fit vertically in
the display, I want it to simply disappear. This is something that
every word processor does by pushing the whole line to the next page,
but I have trouble doing it with CSS.
To put it visually, instead of
http://openberg.sourceforge.net/documents/crop.png
I want my CSS to make sure that I see
http://openberg.sourceforge.net/documents/non-crop.png
Note that this problem is not related to widows and orphans and
appears even with the simplest web pages: even something like
<html><body>plenty of words here...</body></html> will be displayed
with lines of text cut vertically, if there's too much text to fit
vertically in the browser.
I'm looking for a way to solve this problem. I'm okay with Firefox-
specific solutions. I'm also willing to use CSS and as much JavaScript
as required. If need arises, I'm even willing to develop a site-
specific extension for this.
Thanks in advance,
David