That'll be because you float to the left or the right - there's no facility to 
float up or down.

If you want an image placed in the bottom right, you can set the containers 
style to be "background: url(imagename) no-repeat bottom right; padding-bottom: 
100px;"
(where 100px is the height of the image.)
or "position: absolute; bottom: 0px; right: 0px" on the image itself (with only 
the padding on the container)
Neither of those will wrap text around the image, but will prevent it from 
overlapping.

The I can't think of any actual wrapping bottom right methods right now, but 
there might be a way to do it with JavaScript.



>On 10/31/06, Doug Brown <[EMAIL PROTECTED]> wrote:
>>
>> Here is a link to check out
>>
>>
>> http://codex.wordpress.org/Wrapping_Text_Around_Images
>
>
>Yeah I checked it out but, I don't see anything in there about floating
>image bottom right.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:258531
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to