Line spacing in web design is different from line spacing in print design, such as in programs like InDesign. Here are the results:
- Web example: http://jsfiddle.net/Y9M28/4/ (works better in webkit)
- Print example: http://jsfiddle.net/Y9M28/3/
I have tried various techniques, but as you can see in my print example, the last paragraph has a poor margin due to multiple lines. Is there a way to improve this for modern browsers? I am aware of , but it relies heavily on relative positioning and top adjustments, making it not very flexible.
Another option could be to use Javascript to separate the multiline block into individual lines (but that may be too resource-intensive).