On Mar 31, 8:06am, Jeff <jeff@spam_me_not.com> wrote:
> I'm rewriting some of my CMS code.
>
> It's very common to have a block of text with an image.
>
> This can be done this way:
>
> <p><img...>enough text to flow past the image...
> </p>
>
> or this way:
>
> <div>
> <img ...>
> <p>enough text to flow past the image...</p>
> </div>
>
> Now, if we set widths and float the image either left or right, they
> will appear identical. I suppose you could also set image align
> properties, although I seldom use most of the alignments for this.
>
> Method two allows for a no text wrap, perhaps that's useful.
>
> Any thoughts on handling images?
>
ISTM that it depends on the logical relationship between the text and
the image. Is the text a caption? Or is the image just tangentially
related to the text? Could the image be logically considered part of
the paragraph?
Nick
--
Nick Theodorakis
nick_theodorakis@hotmail.com
contact form:
http://theodorakis.net/contact.html