I created buttons using WIS and saved them as png files. When I preview or upload to S-drive somehow a "submit query" button is superimposed on my buttons. Looking at the source file for the published form, near the end, the following code is present, apparently added without my input.
id="fb-submit-button-div" class="fb-item-alignment-right">
<input style="BACKGROUND-IMAGE: url(common/images/button_reg.png); WIDTH: 115px; HEIGHT: 40px"
id="fb-submit-button" class="fb-button-special" type="submit" value="Submit Query"
/>
How do I change this, delete it or do I just not add images for my submit button?