- From: Jamie Fox <jfox@fenix2.dol-esa.gov>
- Date: Tue, 7 Dec 1999 18:04:53 -0500
- To: "w3c-wai-ig@w3.org" <w3c-wai-ig@w3.org>
Thanks for everyone's help. I've decided to go with a style sheet. There
is a really helpful site at http://builder.cnet.com/Authoring/CSS/ss02.html
The article seems old but it served it's purpose quite well for me.
-Jamie Fox
-----Original Message-----
From: Joan Piroch [SMTP:d4951@sccoast.net]
Sent: Tuesday, December 07, 1999 12:21 PM
To: Jamie Fox
Cc: w3c-wai-ig@w3.org
Subject: Re: indenting
At 03:13 PM 12/6/99 -0500, Jamie Fox wrote:
>I want to indent sections of a document without using spaces or some other
>cheat. I want to do something similar to what <blockquote> does. Will
><DIR> do it and how will it hold up on older browsers? Thanks for your
>help.
>
>-Jamie Fox
>>CSS is what you want to use here. Something such as the following:
div.section1 {
margin-left:20px
}
in the head section or in a linked style sheet.
Then: <div
class="section1">
in the code.
This will "degrade gracefully" in older browsers, although it will NOT be
indented.
HTH
Paul
Received on Tuesday, 7 December 1999 18:03:25 UTC