I want to underline the final line of multi-line text, or at least create the allusion of it. Look closely at the following examples, because I\'m trying to do something tri
Here's a variation on what @albert was doing. It uses the p:after{} trick but with different display. The seems to have to be position:relative; to work.
first line of test text which is long enough to stretch onto a second line .
http://jsfiddle.net/VHdyf/
One cool thing about this approach is that it still uses border-bottom, which I prefer to using underline in most cases.