PDA

View Full Version : How to do this


nedo_a
01-14-2007, 09:25 AM
can anybody tell me how to make this when i ban member

simsimt
01-14-2007, 09:53 AM
Put these between the banned usergroup username HTML markup:

<span style="text-decoration: line-through;"></span>

Ziki
01-14-2007, 09:58 AM
or just <strike> as a start and </strike> as an end

simsimt
01-14-2007, 02:39 PM
or just <strike> as a start and </strike> as an end
That won't work on a stock vBulletin!

Kirk Y
01-14-2007, 03:59 PM
I think it will -- but you shouldn't use it because strike is a deprecated tag. ;)

We must all strive to be XHTML Compliant.

simsimt
01-14-2007, 05:50 PM
Hmm... never knew there's a strike element in (X)HTML!