Quote:
Originally posted by HLodder
Nice hack, I've clicked installed!
Slightly off topic, I asked in the request section, would it be possible to create some user code to do this for text. For example...
<STRIKE>Harvey</STRIKE>
...would produce my name with a line through it. If anyone can help here as well, I'd appricate it.
Thanks.
|
That doesn't really require a hack, if you just go to your Admin CP and then look under Custom vB Codes you choose "Add".
Then just make the vB code tag [strike], the vb code replacement
Code:
<span style="TEXT-DECORATION: LINE-THROUGH;">{param}</span>
and then save it, it'll work whenever someone type [strike]something[/strike].