> From: Matthias Moessmer <stryker(at)earthling.net>
> To: S. Blayne Sims <shannonsims(at)stc.net>
> Cc: hwg-theory(at)hwg.org
> Subject: Re: Paragraph indention
> Date: 27 Aralęk 1997 Cumartesi 14:31
>
> Hi,
>
> On Fri, 26 Dec 1997, S. Blayne Sims wrote:
>
> > Does anyone know of any other method of indenting a paragraph besides
using
> > non-breaking spaces ( ) ?
>
> you could use <blockquote> to indent paragraphs... anyways, I'm not sure
> if it's "good" html (but it works with almost any browser though).
>
> c!ya
> -stryker-
>
You can use OL or UL in the following way. Any additional <ul> increases
indent one tab.
<ul>
Erman
<ul>
Erman
</ul>
</ul>
Another -but more specific way- is style sheets.
One can use "text-indent" property to specify the indentation of the text
in pixels or percent...
P{text-indent:100}
Nightwing
|