Quote:
Originally Posted by un_pogaz
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>