- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2010 01:59 AM
Hi everyone,
I would like to have field with the strikethrough effect (line through) and have tried all the variations I could think of:
font-style:line-through;
font-style:strike-through;
font-style:strike;
but none seem to work.
Does any one know if it is possible & if so how to do it.
Thanks in advance, Ruth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2010 03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2010 03:38 AM
Hi Ruth,
Try using the following CSS:
text-decoration: line-through;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2010 11:51 PM
Thanks Chris - worked just fine.