Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML Image Size

Status
Not open for further replies.

Hayton

Technical User
Oct 17, 2001
257
NZ
Hi Guys,

I use this code in an HTML script for my E Mail signature <IMG height=31.2 hspace=24 src="jaapie.jpg" width=20.6 align=left border=0><BR>

When i craete a new memo the image does not apear the size that has been designated in the script.

How can I enforce the image size?

Hayton McGregor

 
I believe the height and width are supposed to be indicated in pixels - and you can't have fractions of a pixel.
That may be your issue.
I would suggest redefining the size of your pic in pixels, and writing it out like this :

<div style="text-align: left;"><IMG src="jaapie.jpg" style="width: 20px height: 31px" border=0><br>

Pascal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top