Email signature help

Soldato
Joined
5 Nov 2011
Posts
5,417
Location
Derbyshire
Hello,

I'm trying to make an email signature work and struggling massively.
I've taken an old design and updated it as best I can but I have literally 0 knowledge in HTML code!

I'm struggling in pulling some text up to an image but can't see any indicator or mention of a border etc to take out so it sits correctly.

Currently I have;
IMAGE__________TEXT

But want;
IMAGE TEXT

Is it "the done" thing to post the code up here for someone with knowledge to paw over for me?

Thanks
 
Associate
Joined
25 Jun 2009
Posts
1,260
Location
Guernsey
It's the "float: right;" on the div containing the text. Remove that to close it up.

Or change the "width: 525px;" in the first div to 350px if you want to make the box narrower.
 
Soldato
OP
Joined
5 Nov 2011
Posts
5,417
Location
Derbyshire
If I change the 525px to 350 which is probably about right, it forces the text underneath the image. 525 is as low as I can get it without the text going under.
What should I change the float right to though?
 
Back
Top Bottom