|
Substyle
Say for example I want to make a DIV tag, and have all the images inside that DIV have a red border, but not affect the border of the images outside the DIV then what's the syntax for that?
If the DIV has ID="sample" would it be something like
#sample.IMG {border:red;} ?
|