View Single Post
Old 02-03-2008, 23:08   #1 (permalink)
campbell
Web Hoster
 
campbell's Avatar
 
Join Date: Jan 2008
Location: Canada
Posts: 211
Position Specified Images

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?
  Reply With Quote