however it comprises of css like 100% and wapka tag like 65%
<*style>
#on {width:3px;height:3px;background:green;padding:3px;border-radius:50%;}
#off {width:3px;height:3px;background:grey;padding:3px;border-radius:50%;}
<*/style>
:VALUE(Published).IFNE(online).THEN(<*span id="off"><*/span>).ELSE(<*span id="on"><*/span>);