input type="image" with no borders

Hi,

I'd like to convert this peace of html to html 4.0. The problem is that I
couldn't find a way to remove the border of my "button.gif" unless using
"border=0", which is deprecated. Is there a way to do this?

<form action="/cgi-bin/test.cgi" method="POST">
Search:<BR>
<input type="text" size=20 maxlength=50 name="info" value=""><BR>
<input type="image" src="/images/button.gif" border=0>
</form>

Sorry if this is not the appropriate mailing list to send this question,
but I couldn't find a better one among those at w3.org.

Best regards,
Hugo
+----------------------------------------------------------+
| Hugo Koji Kobayashi                        FAPESP - ANSP |
| <koji@ansp.br>            R. Pio XI, 1500 - Alto da Lapa |
| Tel +55-11-838-4072              Sao Paulo - SP - Brazil |
+----------------------------------------------------------+

Received on Thursday, 10 February 2000 06:45:02 UTC