teedoff & Excavator - Thanks. Both kinda work better then my example but both still aren't "floating" like I imagine.
The problem is having to set a width (of 960 or 600 or anything). It floats on the right and I want it to butt right against the text. BUT I don't want the text to wrap except on my line breaks nor do I know ahead of time how "wide" there signature is (since the email address can vary a lot).
Is there a way to truly "float" the image to the right of the text so it stays there like in a two column table?
Example:
Code:
------------------------------
| Name | |
| Address | LOGO | Dead space
| Email | |
------------------------------
So that if the email line is 14 characters the logo would be against the right edge and if it were 35 characters the image is still at the right edge.