This is an odd error that I have had for some time, but only now have the time to post about it so it can be addressed.
I have many custom bbcodes, but only some of them actually show up in chat. However ALL of them show up in the archive. Strange is it not?
An example of a custom BBCode that shows in BOTH chat and archive:
An example of a custom BBCode that shows in the archive but NOT the actual chat:
Any ideas?
I have many custom bbcodes, but only some of them actually show up in chat. However ALL of them show up in the archive. Strange is it not?
An example of a custom BBCode that shows in BOTH chat and archive:
<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#defee3 none repeat scroll 0 0; border:1px solid #28c25a margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #28c25a none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#defee3"> <b> <em>Information</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">Hello</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/info.png"/> </td> </tr> </tbody> </table> </div> </div> </div>
An example of a custom BBCode that shows in the archive but NOT the actual chat:
<table border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" style="background-color: Red; border: 1px solid Black; padding: 1px;"><FONT COLOR="White"><normalfont>This is a sign</normalfont></FONT> </td> </tr> <tr> <td align="center" style="background-color: transparent; border: 0px solid Black; padding: 0px;"> <img src="images/borgs_bbcode/devilsign.gif" alt="" border="0"> </td> </tr> </table>
Any ideas?