surpriseem
04-17-2003, 08:55 PM
I think I've seen how to do this before, but I want to know the code for stricking out text. Thanks!
|
View Full Version : cross out surpriseem 04-17-2003, 08:55 PM I think I've seen how to do this before, but I want to know the code for stricking out text. Thanks! epolady 04-17-2003, 09:03 PM <s>text</s> or <span style="text-decoration: line-through">text</span> zangerbanger 04-18-2003, 02:08 AM I think the <s>text</s> way is much more efficient. It makes it a whole lot easier to do it that way because if you do it the css way, you have to take the time to add it to your stylesheets when you probably won't be using the strikeout that often. *This is merely what I think, I just wanted to state my opinion* |