> 
> Jared Williams wrote:
> > Replacing the list, with divs and using css generated content to 
> > display the line numbers, cleans up the paste output but won't get
> 
> ... and doesn't work in IE. So no real win here. The semantic 
> solution would be to use ol/li .

Can't use ol/li thou, as that is what messes up the cut & paste in FF. Even if 
you use conditional CSS, set the list-style to none,
and use css generated content to inject the line numbers, when it cut & pastes, 
FF forgets the list-style none, and still includes
junk.

Jared

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to