a question last week about adding different styles to different images – if you added css to control what an <img> looked like it would apply to ALL images
to add (for instance) different borders to different images simply add a class or id within the <img> tag
ie
<img class=”img2″ src=”Buttons.jpg” alt=”Buttons” width=”100″ height=”100″ />
you can download the example I used in the lesson here
