Hello - I've got a general question - not sure if it's theme related or if it's site admin/content related. I often put a picture in the beginning of a node as part of the node content, here's an example of what I'm doing:
<img src="/foo/bar/image.jpg" hspace=4 border=0 align=right>
<h3>Some Title</h3>
Some text about some nifty story, with a niftier image that
should display to the right ...
However,I've found that the Teaser display causes serious formatting issues if the image is bigger than the block of text that gets slurped into the teaser block.
Specifically, the image will float down past the end of the teaser output, and float into the next nodes information. This is particularly unsightly and a serious issue if you have several teasers displayed, and several images all floating past the boundaries of the teaser output.
I'm using 4.4.0 release with XTemplate. Is there some HTML, CSS, etc... magic I can use around the image to insure that the teaser node output/block is expanded to encompass the same size as the image so the unsightly formatting issues go away?
Thanks in advance!