17 June 2004

One more CSS thing

Can anyone help me with setting up my CSS so that all my paragraphs of text are indented, as proper style demands?

Share and Enjoy:
  • Digg
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati
  • YahooMyWeb
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.

One Response to “One more CSS thing”

  1. James Stewart Says:

    The CSS rule:

    p {
    text-indent: 5em;
    }

    should indent the first line of a paragraph by five times the standard character spacing. My memory is phasing out on whether that works in all browsers.

Leave a Reply

You must be logged in to post a comment.

Protected by AkismetBlog with WordPress