Mike at Green-Beast.com wrote:

What I mean is if he wants just the first line of a *multi-paragraph* container indented, then it'd be best to apply the class.

<div id="description">
  <p class='first-line">Para one</p> <!-- only this para indented -->
  <p>Para two</p>
  <p>Para three</p>
</div>

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

To be picky, the class name should then be "first-paragraph" to accurately describe what you're doing....or simply "first" :)

P
--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________


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

Reply via email to