Posted by Old HTML Slinger on 08/22/06 06:31
On rare occasions I need to show words or letters being crossed out.
Since the old <strike> tag is deprecated I've put a statement in my
..css file that says:
..crossout {
text-decoration: line-through;
}
But the line that it puts through the letters is pretty thin. Is there
any way I can add something to the above that will thicken the line?
Any other ideas for getting that line thicker, more noticeable?
Navigation:
[Reply to this message]
|