Neil has attended:
Dreamweaver 8 Introduction course
Formatting
How do I justify text around a picture and link the picture to an external website.
RE: Formatting
Hi Neil,
There are CSS tutorials such as this one which explain how to do some tricky CSS to get the text to justify along side images.
But using normal HTML, you may need to use the LEFT or RIGHT align parameters, or use a borderless table to layout a paragraph, with the image in one cell, and text in another.
To have an image inside a block of text (like in MS Word) is a bit of a more difficult feat, and would require more CSS tricks.
See also:
http://css.maxdesign.com.au/floatutorial/
http://www.tizag.com/cssT/float.php
http://ghettocooler.net/2005/11/13/image-floats-without-the-text-wrap/
Hope this has been some help.
Regards, Rich