Click to See Complete Forum and Search --> : Stroke through text


grd
06-21-2006, 10:24 PM
What is the html tag to get a stroke through the text.. so it looks like it's been crossed out.. I've been looking every where for it, but every page I find that has a list of html tags doesn't show how to do it.. please help

I finally found it. after extensive googling

ray326
06-22-2006, 12:04 AM
It's not HTML, it's CSS. http://www.w3.org/TR/CSS1#text-decoration

russell
06-22-2006, 12:05 AM
use CSS:

<span style="text-decoration: line-through">Test</span>