Thanks for being patient with me. I think these are the relevant sections:
.entry img.left { padding: 6px; margin: 0 10px 5px 0; background: #f5f5f5; border: 1px solid #bbb; float: left; }
.entry img.left_off { margin: 0 10px 5px 0; float: left; }
Now, as you know I don’t know very much how to use the CSS, so I have two questions.
First, what is the tag to use – “.entry img.left” or “img.left”?
Secondly, how is the tag used? Is it like:
`<img.left src=”blahblah”> ???
Thanks in advance for your patience….