Log in

View Full Version : acrross line user name!!!


Michael.A
01-04-2009, 06:58 PM
Ok guys what i want to know is like how do you have a certain group have a line crossed through the group, like banned users i want a line going acrross the name

thanks for a answer..

Medtech
01-04-2009, 07:13 PM
use strike through bbcode. find it in the bbcode section. enter it in the html markup the same way you do usergroup colors

Lynne
01-04-2009, 07:32 PM
Username html markup.
first box: <span style="text-decoration: line-through">
second box: </span>

steven s
01-04-2009, 08:04 PM
Username html markup.
first box: <span style="text-decoration: line-through">
second box: <span>
Is there any reason not to use <strike> </strike>

Kirk Y
01-04-2009, 08:04 PM
Is there any reason not to use <strike> </strike>
It's deprecated.

Lynne
01-04-2009, 08:05 PM
strike is a deprecated tag (as are a lot of the old html tags).

steven s
01-04-2009, 08:09 PM
It's deprecated.

strike is a deprecated tag (as are a lot of the old html tags).
Showing my age. :)
Thanks.

Dismounted
01-05-2009, 02:43 AM
Second box should be ;):
</span>

Lynne
01-05-2009, 02:52 AM
Second box should be ;):
</span>
Ack! Edited in my post above.