Re: How to put an image into a without CSS

2006-10-11 Thread Laurie Harper
write the following by modifying the src location. It is equalent to of HTML. Thanks Ashok -Original Message- From: José Carlos Ortiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:41 PM To: user@struts.apache.org Subject: RE: How to put an image into a without CSS

Re: How to put an image into a without CSS

2006-10-11 Thread Chris Pratt
HTML can't do what you want. You can create an image that looks like a button (of course it won't change to match what the OS buttons look like), that includes an image on it. With that image you can either use an with some javascript or an , but you can't put an image on a button in HTML. (*C

Re: How to put an image into a without CSS

2006-10-11 Thread Antonio Petrelli
José Carlos Ortiz ha scritto: But, it generates a image that links to another page, and I need a button, with that image inside, that links to another page. http://www.htmlcodetutorial.com/forms/_BUTTON.html I don't think that Struts tags support this element, so I think you need to use

RE: How to put an image into a without CSS

2006-10-11 Thread José Carlos Ortiz
D] > Sent: Wednesday, October 11, 2006 1:41 PM > To: user@struts.apache.org > Subject: RE: How to put an image into a without CSS > > > But, it generates a image that links to another page, and I need a button, > with that image inside, that links to another page. > > &

RE: How to put an image into a without CSS

2006-10-11 Thread MADISHETTY, ASHOK [AG-Contractor/8042]
Subject: RE: How to put an image into a without CSS But, it generates a image that links to another page, and I need a button, with that image inside, that links to another page. Chetan Pandey wrote: > > Then use and insert your image between the link opening and > closing tags. &g

RE: How to put an image into a without CSS

2006-10-11 Thread José Carlos Ortiz
- > From: José Carlos Ortiz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 11, 2006 3:54 PM > To: user@struts.apache.org > Subject: Re: How to put an image into a without CSS > > > > Laurie Harper wrote: >> >> José Carlos Ortiz wrote: >>> Hell

RE: How to put an image into a without CSS

2006-10-11 Thread Chetan Pandey
Then use and insert your image between the link opening and closing tags. Chetan -Original Message- From: José Carlos Ortiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 3:54 PM To: user@struts.apache.org Subject: Re: How to put an image into a without CSS Laurie

Re: How to put an image into a without CSS

2006-10-11 Thread José Carlos Ortiz
Laurie Harper wrote: > > José Carlos Ortiz wrote: >> Hello, >> >> Does anybody know how to put an image inside a tag. I can't >> use the background-image css property because the image has transparent >> fragments and I need this fragments to be the same color of the text >> (text >> is white

RE: How to put an image into a without CSS

2006-10-10 Thread Chetan Pandey
Hey Jose: You don’t need to Use tag or tag. Use the following Just remember USE , not Chetan -Original Message- From: José Carlos Ortiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 4:02 AM To: user@struts.apache.org Subject: How to put an image into a without CSS

Re: How to put an image into a without CSS

2006-10-10 Thread Laurie Harper
José Carlos Ortiz wrote: Hello, Does anybody know how to put an image inside a tag. I can't use the background-image css property because the image has transparent fragments and I need this fragments to be the same color of the text (text is white and the background is other color). Err, I do

Re: How to put an image into a without CSS

2006-10-10 Thread Chris Pratt
Use the tag, it renders an which works just like a except that it displays an image rather than a button. (*Chris*) On 10/10/06, José Carlos Ortiz <[EMAIL PROTECTED]> wrote: Hello, Does anybody know how to put an image inside a tag. I can't use the background-image css property because th