Thankyou, it was very helpful to finding the ultimate answer and I very much appreciate you answering....Cheers
So basically for Newbies who may be confused about this... Some themes don't have all the CSS code you need in them to make stuff happen the way you want. It's the CSS that controls the look of your site, like fonts, colours, headings, etc. So in the stylesheet file, in your design theme area, you need to create a "class" which is this bit
}
.floatright {float:right;}
.floatleft {float:left;}
Paste it somewhere in your CSS file...make sure you have the curly braces in there too. This will make your text wrap around your images, instead of sort of sitting on top which looks horrid.
The current tutorial for this on WordPress, makes it sound like you should add this to the image tags that are already there, which is actually just messing up the images all over your theme. The one's that were in the theme to start with.
Then you can modify it and add to it things like padding, which is where there's a kind of space between your text and your image so it doesn't kiss the image. Try taking an about.com free course in CSS before you try this, and ask friends for help. Also, try other forums, it's all far easier that waiting for someone who may never reply on this forum, or getting their cranky reply that you didn't post something right, or letting them nitpick at your posting for what you wrote or left out. Do I sound a tad bitter? :)