This one'll be quick. I'm preparing a
credits page and, in it, I used a div with a class defined in an internal stylesheet to hold a picture while I flowed text around it. The picture and the text came out great; the only problem, though, is that when viewed on a 1024x768 full screen there isn't enough text to flow past the bottom of the div and the horizontal line I inserted at the bottom of the text bumps up against the picture and extends out off the screen.
The low tech fix is to keep adding breaks until there's enough content to flow past the div. However, is there some better way to automatically position the line and any text below it so that it floats underneath the div?
Thanks again for any help.