Hi,
I want to insert an image for button
can anyone help me
<input name="cmdlogin" input type="submit" id="cmdlogin2" value="Login" >
this is the button i created with HTML
SHIRAN
Button
Moderator: General Moderators
Code: Select all
<INPUT TYPE="image" SRC="your image" HEIGHT="xx" WIDTH="xx" BORDER="0" ALT="Submit Form">A small tip, I use css on my buttons, gives a more professional look than buttons in my opinion.