Hey all, I've got a template where I've got to use only inline CSS  
*sigh* with no style sheet reference in the <head> tag.

Obviously, this has some limitations. Is there a way to affect all  
tags in a given area with inline CSS?

Example.

I basically want the effect of this:

#header p
{
margin: 5px 0;
background: #fff;
color: #000;
}

except inline. Is that possible?

I don't have the option of putting it inline in each <p> tag  
individually like this:

<div id="header">
        <p style="margin: 5px 0; background: #fff; color: #000;">
                Paragraph #1
        <p>

        <p style="margin: 5px 0; background: #fff; color: #000;">
                Paragraph #2
        <p>
</div>

Any ideas or suggestions?

Thanks,
Keefer

----
Ryan Keefer
Developer
Ulanguzi Creative Strategies
www.ulanguzi.com



______________________________________________________________________
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/

Reply via email to