Forum Moderators: not2easy
This is the CSS I've used:
.rightimage {
margin: .5em 4% .5em 10px;
padding: 5px;
display: inline;
float: right;
border: 3px solid red;
} It's important to note that this does work (in IE6, NN7, O7) if the doctype is set to HTML4.01 Strict, but it doesn't work in IE6 if the doctype is Transitional. (Other doctypes? I dunno...)