Email signature help

Soldato
Joined
5 Nov 2011
Posts
5,596
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
 
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.
 
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?
 
Solved it!!!
The problem was with the href line, added style width into it and pulled the image in and then floated the text right and was able to shrink the box down.
 
Back
Top Bottom