View Full Version : Line-Through Text


cuddlycatbabe
06-21-2006, 12:19 AM
Does anyone know the code for the line-through text to work?:confused:

spikemeister
06-24-2006, 09:07 AM
First way to do it is to use <s> strikethrough

<s>your text here</s>

will put a line through your text, also

text-decoration: line-through;

will give you a similar result when inserted into your style sheet