html:XXXXXX question

2005-03-18 Thread Scott Purcell
Hello, I am struggling with using the html: tag, and the docs are just confusing me. I have an application that I want to use the html:image tag. But the images need to have a height and width set to them. So I tried this: html:image page=/images/equipment.gif height=1 width=342

RE: html:XXXXXX question

2005-03-18 Thread Chad Baker
Try html:img, instead. http://struts.apache.org/userGuide/struts-html.html#img chad -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 10:27 AM To: user@struts.apache.org Subject: html:XX question Hello, I am struggling with using

Re: html:XXXXXX question

2005-03-18 Thread Rick Reumann
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