Heather has attended:
Dreamweaver 8 Introduction course
Pictures
how do i text wrap my pictures in the middle of the page.
RE: pictures
Hi Heather,
I assume you mean a block of text with an image in the middle, with all text wrapping around it?
This is pretty hard to achieve in web design, as the alignment options for images are:
align="left"
align="right"
align="top"
align="middle"
align="bottom"
align="baseline"
align="texttop"
align="absmiddle"
align="absbottom"
The 'middle' ones you see above refer to alignment options that make the image behave like a 'character' - so if forces that line of text to be as high as the image is.
You may be able to achieve the result using CSS, but it would take quite a bit of fiddling.
Regards, Rich