ol li blockquote.blogcontent img { max-height:300px; max-width:300px; width: auto !important; width: 300px; height: auto !important; height: 300px; }
You only need learn one thing to understand how that works, what's called "group selector" in CSS. Use Firefox with Firebug addon, find the relevant structure of the code / classes / id's as required to develop a unique identifier to apply one set off CSS to one area, but not another.
Leave a comment: