View Single Post
Old 11-01-2020, 05:30 PM   #123
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 846
Karma: 3341026
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by un_pogaz View Post
I don't quite understand "New attribute string to insert (entire)": Does it replace the old value? or does it insert a value MORE than the old value?
In any case, personally it didn't work. All the <span> I've processed have become 'naked' (bug?).
Works. You can add class, id or something else and write "entire" to that field.

Sample:
Code:
<h1>Chapter One <span>Friends</span></h1>
Result:
Code:
<h1>Chapter One <span class="un_pogaz">Friends</span></h1>
Attached Thumbnails
Click image for larger version

Name:	tagmechanic-naked-to-entire.png
Views:	466
Size:	16.7 KB
ID:	183165  
BeckyEbook is offline   Reply With Quote