Quote:
Originally Posted by abeonis
I am OK to put everything in a class except for width and height, I don't want to create a class each time I use an image with different dimensions.
|
Personally, I prefer to create an id for every image, and specify the size in the style sheet. Then nobody can accuse me of not separating content and display attributes

Somehow it also seems tidier to lump all image attributes together in one corner of the stylesheet.