PDA

View Full Version : Could we get a strike-through text format?



SirKodiak
04-18-2008, 04:04 AM
I am hoping that we can get a strike-through text format. From things I have seen while searching the web, it looks like it might be part of the standard package and just needs to be activated. If that is not the case, the vB Code replacement should be <del>{param}</del>. It would be helpful when going back and editing a post.

ohms_law
04-19-2008, 12:52 AM
well, it's not a standard part of bbcode unfortunately. However, if html is turned on anywhere then we could use <st>
(I think that's the HTML tag, anyway...).

SirKodiak
04-20-2008, 12:45 AM
It can easily be added to the bbcode though. I provide the info needed. <del> is the current tag, older versions that have been deprecated in HTML 4.01 are <s> and <strike>. There is a <ins> that is for what you replace the struck characters with, but I doubt it is used much.