63
Views
3
Comments
Solved
Strike Through Text

Hello, I was wondering if there is any feature for strikethrough for text in OutSystems. There's a table where I am displaying the discounted price but I also want to display the original price above it but crossed out. 

Your help would mean a lot. 


Thanks,

Tejas Mahale

2025-07-28 06-45-20
Rupesh Patil
Solution

Hello @Tejas Mahale 

You can be handle through CSS side. 

Use this CSS Property:

text-decoration: line-through;

OR

alternate way add html element and change tag del

I hope this helps

Thanks

2024-08-08 07-20-58
Tejas Mahale

Thanks a lot Rupesh!

2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi @Tejas Mahale ,

Can you refer below link:

https://www.w3schools.com/cssref/pr_text_text-decoration.php

CSS property which you can use in outsystem also.


Regards,

Rajat

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.