Hello, I'm trying to place text besides an image within a border 1px thick. The problem is the border ignores the image if the text is say, only 1 line long. The border will not expand height wise to accomodate the image. As a result, the length of the image ends up laying over the bottom of the border. The only way around this is to create enough content so that it is longer than the height of the image in which case the bottom border will see the text and accomodate both image and text. Thanks for any help, cm :?
Sorry but the code you
Sorry but the code you posted has become invisible
What's the betting though that the images are floated?
If they are have you accounted for any float containment for the parent element?
Search on 'clearing float containers' or 'containing floats' if the above applies.