WSN Codes allow you to replace what would normally be done with HTML with a safer alternative. Allowing users to post HTML presents dangers, as the design of your page could easily be messed up by malicious users. However you may still want to let your users do simple text formating. The solution is WSN Codes.
In your admin panel under customizations, click 'WSN Codes'. To create a code, you need to type the opening and closing tags and the HTML it's supposed to simulate. If you want [st
rike]some text[/str
ike] to put text in strikethrrough, for example, supply [st
rike] as the opening tag and [/str
ike] as the closing tag according to the instructions written on that page. For the HTML equivilant use <strike> to open and </strike> to close.
Sometimes you want a more complex code, to allow a paramater to be passed. For example, perhaps you want to allow people to choose their own font. To do this you would make the opening tag [fo
nt={PARAM}]. The closing tag is [/fo
nt], the opening HTML version is <font face={PARAM}> and the closing HTML is </font>.
1.67/5 based on 3 votes. The median rating is 1.