Re: html:img inside html:button
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
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