Quote tags don't work
Sage - December 13, 2004 - 18:01
| Project: | Bbcode |
| Version: | 4.5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | naudefj |
| Status: | closed |
Jump to:
Description
The [quote] tag included in this module doesn't work. I believe this has something to do with the fact that the filter calls for CSS styles, "bb-quote" and "bb-quote-body", which don't appear to be defined.

#1
Add the following to your "style.css" or "common.css" or an included CSS file of your choosing:
.bb-quote { display: block; padding: 0em 0em 0.5em 0em; font-weight: normal; line-height: 1.5; }.bb-quote-body { margin: 0em 2em 0em 2em; padding: 0.5em; border: 1px solid #ddd; background-color: #f6f6f6; }
Note: Much formatting is lost in trimmed preview if you don't disable the break. Full preview, however, displays all formatting.
#2
Please reopen if the solution provided by Adraeus doesn't solve your problem.
#3