On 23/04/2009, at 2:05 AM, Gautam Bhatia wrote:

> Hello folks,
>            My question is regarding inline styles , can i use grouped
> elements in an inline style, if yes how so please. Thank you very  
> much.

Hi - If I understand you correctly you want to apply multiple rules on  
one element using inline styles. The syntax for this is exactly the  
same as for external stylesheets. Just use a semi-colon between rules.  
e.g.

<p style="background-color: pink; border: 1px solid green; padding:  
1em;">content</p>

If that's not what you mean, please clarify.

Cheers, Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to