|
Posted by Frank Olieu on 11/27/05 15:14
Vinayak wrote:
>
> Using Mozilla composer, how to show quoted text ?
>
I'm afraid you'll have to code it manually (in "source view") and use something
like:
<blockquote>
<p>
Quoted text goes here...
</p>
</blockquote>
>
> and ... How to decide the indent / margin (in inches or chars) for
> quoted text ?
>
With CSS. Try this on the previous example:
<blockquote style="margin-left: 40px;">
<...>
You may use any of the following units: % , em , px , pt.
You could also use *external CSS*, but this is beyond the scope of your
question, I guess...
--
Venlig hilsen | Kind regards | Cordialement
Frank
_____________________________________________________________________
K-Meleon • http://kmeleon.sourceforge.net/ • The Browser You Control!
Navigation:
[Reply to this message]
|