Using 'blockquote' tags in comments (and maybe elsewhere)?

Printer-friendly version

Forums: 

Taxonomy upgrade extras: 

The conversational writing style (that developed in the early days of email and Usenet) of responding to bits of quoted text is still comfortable and useful on web boards and forums…and in the comments here on BC, since Drupal supports “threading.” Since we are allowed some HTML markup on BC, the <blockquote> tag serves the purpose nicely.

However, <blockquote> now has a style associated with it that wasn’t there before–a style which has an annoyance…and may be broken. The broken part is that paragraph breaks (with a blank line inbetween) are reduced to simple line breaks between <blockquote> tags, no matter how many <br> tags are inserted. However, placing each paragraph in its own pair of <blockquote> tags provides a reasonable workaround.

The annoyance is that all text between the <blockquote> tags is forced into italics; this becomes a problem when the text to be quoted already has italics. Substituting <strong> is too much, and substituting <u> does not have the same effect. I have tried <… style="font-style: normal"> with <blockquote>, <div>, and <span>, but apparently the style element is filtered out of tags. Is there any way to turn this behavior off so that I may specify italics where appropriate with tags?

Thanks for your help…