hi everyone; i'm having trouble trying to figure out how to wrap a text under a float. normally, if the text was in the "body" tag, it will wrap correctly underneath the side of the float. however, because my text is in a "class", it doesn't want to wrap for some reason. my site in progress is here: http://gemini-comic.smackjeeves.com/ i thikn you'll see what i'm talking about. thanks a lot for your help.
try to find this class .commentcontent { height:200px; min-height:100px; padding:2px 20px 5px; text-align:left; } HTML: and .comment { height:300px; min-height:100px; overflow:hidden; } HTML: delete the height paramatere
thanks, that didn't do what i wanted, though. i was trying to go for an "L" shape, but the more i read about it, the more i realize its pretty much impossible with standard CSS. any idea why my text-overflow: ellipsis doesn't work? i'm using IE 8 mainly