Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 01:54:02 -0700
From:      Dima Dorfman <dima@unixfreak.org>
To:        Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
Cc:        doc@freebsd.org
Subject:   Re: Spacing (again) in handbook with netscape 
Message-ID:  <20010712085402.1E4323E31@bazooka.unixfreak.org>
In-Reply-To: <20010712104825.D42931@lpt.ens.fr>; from rsidd@physics.iisc.ernet.in on "Thu, 12 Jul 2001 10:48:25 %2B0200"

next in thread | previous in thread | raw e-mail | index | archive | help
Rahul Siddharthan <rsidd@physics.iisc.ernet.in> writes:
> that is, if I include <screen></screen> within a <para> before closing
> the <para>.  In that case everything after the <screen> gets
> close-spaced when viewed in netscape.
> 
> Am I not supposed to do this?  Or is this just a bug with netscape?

<screen> should go outside of <para>, as it does it most (all?)
documents.  E.g.:

	<para>Some text here</para>

	<screen>Some screen stuff
is here</screen>

	<para>More text</para>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010712085402.1E4323E31>