View Single Post
Old 07-24-2024, 01:05 PM   #9
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,122
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by dan2the6th View Post
I thought of just removing the line numbers, since I don't really care about them, but it looks like it would be one-at-a-time tedious work.

I tried tinkering with the CSS (at which I am NOT an expert) and I kept introducing other problems, so I gave up on that approach.
Regex might work to find the numbers (I assumed the start with a period and end with a space)

Code:
\.\d+\s
But you probably want to then kill the outdent. for that you need to adjust the CSS for that paragraphs class (Hint: paste that part of the CSS and we can suggest)
theducks is offline   Reply With Quote