Hi,
I was wondering how do you position specified images without affecting others?
I used this to position images withing a text box but it affects everyone, but i only want to affect one image.
Quote:
<style type="text/css">
#content img {float: right; margin: 5px;}
</style>
|
So, how can i position only a specified image alone?