How to strikethrough text with code?

Move the line to the $w(“#repeater2”).forEachItem scope.

$w("#text80").html = `<span style="font-family:arial; color:red; text-decoration: line-through;font-size:15px">${$w("#text80").text}</span>`;

Roi