Posted By: wpguy ()
Posted On: 02/29/2008 06:43 am
|
Does anyone know how to size an image when using <<SITE_ICON>>. As of now, when the customer enters the link to an image, the image shows up at the actual image size. I need to keep the image sizes uniform, say 100 x 100
|
|
Posted By: webusa ()
Posted On: 03/03/2008 06:55 am
|
What I have done with mine is to make sure that only a specific size is used, to do that I host the image.
In your case this may help:
<td width="100" height=“100“><<DESC_ICON>></td>
Worth a try.
|
|
|