I already tried all positioning combinations I could think of without
succes. Here is what I try to achieve:
If want to have a floating text (no divs allowed, only spans) where
linenumber appear in front of the text lines (being indented a certain
space).
It should look like:
1 The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
5 The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
10 The quick brown fox jumps over the lazy dog
Of course, and this is probably the hard part ;-), if the lines wrap,
they should align with the rest of the text, not with with linenumbers.
Any help is very much appreciated.
Jan.