Re: indenting a paragraph

* Virginia Grieco wrote:
>I cannot seem to get my paragraphs to indent.  

Try adding

  <style type='text/css'>
    p { text-indent: 2em }
  </style>

to your <head> section and have a look at http://www.w3.org/Style/CSS/

Received on Monday, 7 July 2003 00:37:56 UTC