Click to See Complete Forum and Search --> : I have a simple question, I think....


SnootyPrimadona
05-23-2008, 05:42 PM
Hi folks:

I have a pretty simple question, although I've not been able to get anyone to tell me how to do this.

How do you make a line go through a word you've just typed?

This is probably so simple that it will make me laugh, but I still need your help. I'm a simpleton at times.

Thanks for help ahead of time.

Snooty:o

cs3mw
05-23-2008, 05:49 PM
<strike>Your text</strike>

SnootyPrimadona
05-23-2008, 05:50 PM
Oh man! I knew it was going to be a no-brainer, lol.

Many thanks!

Cheers ~ Snooty

coothead
05-24-2008, 05:07 AM
Hi there SnootyPrimadona,

the strike element is now deprecated.
Instead use the CSS text-decoration:line-through;.

coothead