Not sure I completely understand the question, but maybe this will help.
The
<code> tag is applied to characters. IF you have a paragraph, AND some subset of text in that paragraph needs to be formatted as (typically monospaced) code, THEN you select the characters and wrap them in
<code> </code> tags.
If on the other hand you're trying to format an entire block of text so that white space such as line breaks, blanks, tabs and multiple spaces between words are preserved, then use
<pre> </pre> tags. See:
http://labnol.blogspot.com/2006/10/html ... -code.html
I'll note in passing that Flare doesn't make it easy to apply span classes such as
<code> </code> to all of the characters in a line or block of text. The "trick" is to add an extra space to to the beginning or end of the line, then select all the characters except the space: Flare will then include span classes such as
code in the list of available choices. That may explain why Flare isn't offering you the choice of
code…(?)
Cheers & hope this helps,
Riley
SFO