Thanks! I guess that is also what I was needing to know: if the scope was anonymous.
M!ke -----Original Message----- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 7:41 PM To: CF-Talk Subject: RE: HTML DL and P Nesting I would not use the p tag unless its necessary to split up paragraphs. In which case I would use them in both. But that's your call. Text within a <dd> is not considered anonymous text. It is valid. You can style your p within the dd using the following selector dd p {margin:.25em 0;padding:0} which will give you a top and bottom margin and a 0 left and right margin. The 0 padding will then allow you to simply style the dd. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264872 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

