> You have to do a table within a table, and hack a little, but > it's a lot easier than with a div. > > http://www.oakcitygraphics.com/image_align_right_bottom.html
Thats a horrible hack... especially the actual placement of the bottom right table needing to be scrupulously placed into the text at a position that makes it look the best. How would you do that dynamically without knowing how much text will be displayed or how big an image might be in the bottom right table? Counting characters is out with non-fixed fonts... not to mention the obvious issues of having another taller column left or right of the main column... You may as well just float a background bottom right and used BR tags to keep text off of it. It doesnt work dynamically either but it wouldnt use tables.... just as bad of an idea. Sorry, but I just assumed you had a sure fire method with tables since you so boldly stated, "I'd use a table" and left it at that. I've always wished (I'm sure I'm not alone) that float had a vertical set to go with the horizontal (like background or background-image does) but without it, I think you have yourself a genuine problem with dynamic data. I thought about using JS to position it and have the text wrap and luckily I found an example without having to write it :-) It uses another image to push the other down. You could make the 'pusher' image a transparent pixel gif easily. http://www.xs4all.nl/~jer03n/sandbox/float-bottom-right.html .... although, it's another method I wouldnt use unless it was ok for the image to float top right when JS is disabled. I'm not sure if thats acceptable in your case but it is 'table-less'. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.430 / Virus Database: 268.13.21/511 - Release Date: 11/1/2006 9:40 AM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258774 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

