Sorry – I am an absolut beginner here:
I’ve put:
#imgraw {
border: none;
…in the style.css
And in the html (through the WP-editor I put:
<div class=”#imgraw”><p align=”left”><img src=”https://address.com/image.jpg” border=”0″ width=”110″ height=”110″ align=”left” /></div>
…but I can’t seem to get the syntax correctly – the frame (specified else where in style.css) is still there. Does anyone see what I do wrong?