PDA

View Full Version : <strike>


Welshy2008
03-03-2009, 04:29 PM
Hi All,

Does anyone one know, how I could add a "<strike>" button to my text "reply" box please? to save users typing out <strike> </strike>. I have had to temporarily allow HTML until I know how to add the button. (Just like the bold, Italic and Underline button).

As always - Your help is appreciated,

Many Thanks.

cad2go
03-03-2009, 04:33 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=77721&highlight=strikethrough" target="_blank">https://vborg.vbsupport.ru/showt...=strikethrough</a>

Welshy2008
03-03-2009, 05:14 PM
Thanks for that - but the first method wouldn't work.

Do you know how to do the CSS method that is mentioned on there, Please.

private_ale
03-03-2009, 06:29 PM
<span style="text-decoration:line-through;position:absolute;">{param}</span>

Welshy2008
03-04-2009, 03:36 PM
Hi Privateale,

That didn't work for me either. Like last time, the strike through pic showed to the top right of the reply box, and the pop up showed when clicked on, I entered the word to be striked out, but it didn't show in the preview or the actual post.

Princeton
03-04-2009, 03:52 PM
just use:
<span style="text-decoration:line-through">{param}</span>

Welshy2008
03-04-2009, 06:35 PM
just use:
<span style="text-decoration:line-through">{param}</span>

Where would I use that Please?

private_ale
03-04-2009, 08:02 PM
Where would I use that Please?
Administrator Control Panel (ACP) -> Custom BB Codes -> Add New BB Code