View Single Post
Old 06-12-2020, 12:09 PM   #10
d351r3d
Enthusiast
d351r3d began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2017
Device: none
Quote:
Originally Posted by Turtle91 View Post
Try this find/replace:

Find: <(.*?)>
-or-
Find: <(.*?)>

Replace: <span>\1</span>

with this CSS:
span {color:blue}
Thanks for the assistance.

Find: &#60;(.*?)&#62;

Replace: <span>&#60;\1&#62;</span>

Last edited by d351r3d; 06-12-2020 at 12:13 PM.
d351r3d is offline   Reply With Quote