Hello,
Sorry these tags are killing me today, I have the html: docs up, but they are
long, and things are not clicking today.
I am trying to replace the following two buttons (one submits and one cancels
the form) with html: tags, so my whole site is consistent.
current config has a hreflink with an image:
<td valign="top"><a href=" <http://mysite/dealer>
http://mysite/dealer"><img src="/images/bntCancel.gif" border=0></a></td>
<td valign="top"><a href="javascript:submitIt();"><img
src="/images/btnSave.gif" border=0></a><br></td>
I am trying this using html: tags but i cannot figure out how to get an image
to show:
<td valign="top">start<html:image border="2" property="foo"
src="/images/btnCancel.gif" />end<br>
this shows the words "submit query" but does not show an image.
Can I create a image that is a src for a submit, or cancel, or js function?
Thanks
Scott