if i'm reading you right, you're asking "how do i reset all styling for this <p> so the customer has a "clean slate"?".
if i got that right, in your style sheet you'll have to do a "reset" where you set the margin, border, width, etc back to "normal". this could either be 0, "auto", or "none", depending on the property. for example if you wanted to negate any border the <p> might have, do a "border: none;". then make sure that whatever the client is styling has a higher specificity than your reset styles. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
