TestingXSD
Programmer
Given that I have a div tag wrapping a portion of my content, is there a way that I can apply a style to every nested Blockquote? This question is not as dumb as it sounds. I'm talking about nesting.
Something instead of:
Div.content blockqoute
{
FONT-FACE:Arial
}
Div.content blockqoute blockquote
{
FONT-FACE:Arial
}
Div.content blockqoute blockquote blockquote
{
FONT-FACE:Arial
}
Sort of like saying for every tag x inside tag y do this
Thanks for your time
-T
Something instead of:
Div.content blockqoute
{
FONT-FACE:Arial
}
Div.content blockqoute blockquote
{
FONT-FACE:Arial
}
Div.content blockqoute blockquote blockquote
{
FONT-FACE:Arial
}
Sort of like saying for every tag x inside tag y do this
Thanks for your time
-T