|
Re: Hanging indent problem. Unsolvable?
Because it is being generated dynamically
So - we can't use text-indent because to do so you have to put the second line in a span and as i say we don't know where that will start.
The first line is not in a span. But the first few words of it are. This is so we can apply a class to those words
|