quote:
Originally posted by LK:
ubb_lib.cgi, where you see "$vars_wordlets{ubbcode_quote}:", replace it with "$vars_wordlets{ubbcode_quote}:"
I tried your code, but there is a bug:
, not
With "/ only" I obtained an error...ubb was unable to load. I added that inv.slash and it worked.
Here's my headerinsert code:
code:
[qb]<style type="text/css"> blockquote { font-size: 9pt; border: 1px solid #c3c3c3; background: #f6f6f6; color: black; margin: 8px 20px; padding: 0px 10px}blockquote .small { background:#c3c3c3; color: black; margin-left:-10px; padding:1px 2px}blockquote hr { visibility:hidden; height:1px}blockquote br { font-size:10px}</style>
[/qb]