Re: html:img inside html:button

2009-01-21 Thread Dave Newton
elyes sallem wrote: " > src="img/modif.jpg" height="15px" style="vertical-align: bottom"/> The issue is that you're nesting custom tags, and you can't do that. I'd probably just use an HTML image tag. Sure seems like this comes up a lot :/ Dave --

html:img inside html:button

2009-01-21 Thread elyes sallem
i wanna use html:img inside html:button here is the example : " src="img/modif.jpg" height="15px" style="vertical-align: bottom"/> but i get this error , any one has an idea