RE: images in html buttons

2003-03-22 Thread Tai Nguyen
20, 2003 12:38 PM To: struts user (E-mail) Subject: images in html buttons Within the body of a standard HTML button tag, I can place HTML, such as the img tag and this will get rendered as the button image. With struts html:button tag, this doesn't work and I get the raw text rendered

images in html buttons

2003-03-20 Thread Wayne A Christian
Within the body of a standard HTML button tag, I can place HTML, such as the img tag and this will get rendered as the button image. With struts html:button tag, this doesn't work and I get the raw text rendered as the button text. Is there a way around this other than going to image maps which

RE: images in html buttons

2003-03-20 Thread Wendy Smoak
Wayne wrote: Within the body of a standard HTML button tag, I can place HTML, such as the img tag and this will get rendered as the button image. With struts html:button tag, this doesn't work and I get the raw text rendered as the button text. Is there a way around this other than going

RE: images in html buttons

2003-03-20 Thread Wayne A Christian
: mailto:[EMAIL PROTECTED] -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 12:45 PM To: 'Struts Users Mailing List' Subject: RE: images in html buttons Wayne wrote: Within the body of a standard HTML button tag, I can place HTML

RE: images in html buttons

2003-03-20 Thread Raible, Matt
A Christian [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:38 AM To: struts user (E-mail) Subject: images in html buttons Within the body of a standard HTML button tag, I can place HTML, such as the img tag and this will get rendered as the button image. With struts html:button

RE: images in html buttons

2003-03-20 Thread Wendy Smoak
To: Struts Users Mailing List Subject: RE: images in html buttons Wendy, So you use the style sheets as a way to attach the image to the button?