Scott Purcell wrote the following on 3/18/2005 10:27 AM:

I need to show an image (used to use <img src="/images/equipment.gif" height="1" width="342">) This image does not need to be a url or anything.

Use html:img for this and not html:image. Then you get set the height and width as above.


html:image is for when you want the img to become <input type="image" ..>

(If you did need an input type image I guess you'd have to use css to set height and width, but bottom line is you want html:img so just use that and you're all set)

--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to