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