View Single Post
Old 05-19-2022, 08:12 AM   #1
evilone
Junior Member
evilone began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2022
Device: kindle kwp4
Question question:regex of bionic reading

I want to modify the ebook to bionic reading using CSS styles, but I can't write the regex.

Code:
p{    
font-weight: bolder; 
}
I write excel
Code:
=ROUNDDOWN(LEN(A1)/2,0)
Code:
Sub bold()
For i = 1 To [a65536].End(xlUp).Row
   Cells(i, 1).Characters(1, 5).Font.bold = True
Next
End Sub
Bold the first half of a single word.

pls help me Finish that Additional CSS
evilone is offline   Reply With Quote