On 9/5/06, Designer <[EMAIL PROTECTED]> wrote:
I'm trying to use:

        #description p:first-line { margin-left : 3em; }

If all you're trying to do is indent the first line of each paragraph,
you don't need to use :first-line at all.

#description p { text-indent: 3em; }


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to