Janet has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
Pictures
how do I wrap text around a picture?
RE: pictures
Hi Janet.
You can use the 'align' parameter for you image tag, and there are two wrapping options for images.
<img align="left"> will make your image appear to the left, with text wrapping around on the image's right side.
<img align="right"> will put the image on the right.
You can also use the vspace and hspace parameters to give your picture a nice border. eg. <img hspace="3" vspace="5">
Hope this helps.
Regards, Rich.