HTML Form problem
- Started
- Last post
- 7 Responses
- REDWOOD
Does anyone know how to replace the button of the form tag input = "file" by an image?
MERCIO DEL RIO
Redwood
- dessau0
use this input type instead of a submt button:
- dessau0
looks like this doesn't take mark up, replace tag with
TAGinput type="image" border="0" name="imageField" src="images/link_icon.gif" width="16" height="10"TAG_CLOSE
- dessau0
if you hadn't already got the picture:
%3cinput type="image" border="0" name="imageField" src="images/link_icon.gif" width="16" height="10"%3e
- REDWOOD0
thnx for reacting but the submit button isn't the problem it's the button to browse your maps of your pc for searching a pad for the uploading of a file
- rasko40
as far as I know your stuck with the system default, there isn't a css property either :(
- REDWOOD0
yes, i was afraid of thet answer rasko
- REDWOOD0
Does nobody ever passed this problem? There MUST be a sollution.