Related:
- Yahoo signature with images
- Add image to gmail signature without url - Guide
- How to disable images on chrome android - Guide
- Yahoo sign up - Guide
- Yahoo sign in - Guide
- Yahoo! messenger - Download - Instant messaging
1 response
Well, you can, but you have to know code, as you are injecting it by HTML, as in the following:
Insert the image using the HTML<img> tag.
To place an image at the left of your signature, insert
Make sure the image is accessible on a web server and reasonably small in proportions (not higher than about 75 pixels).
Once again, the image has to be on the web to do this!
Insert the image using the HTML<img> tag.
To place an image at the left of your signature, insert
<img hspace="5" src="http://astatic.ccmbg.com/www.commentcamarche.net/_skin/_common/img/logo_ccm.svg" align="left" width="55" height="50" />
Make sure the image is accessible on a web server and reasonably small in proportions (not higher than about 75 pixels).
Once again, the image has to be on the web to do this!