Page 1 of 1

Button

Posted: Wed Aug 02, 2006 7:20 am
by shiranwas
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

Posted: Wed Aug 02, 2006 7:27 am
by thiscatis

Code: Select all

<INPUT TYPE="image" SRC="your image" HEIGHT="xx" WIDTH="xx" BORDER="0" ALT="Submit Form">
This is HTML, nothing to do with PHP;)

A small tip, I use css on my buttons, gives a more professional look than buttons in my opinion.

Thanx

Posted: Wed Aug 02, 2006 7:37 am
by shiranwas
its working as i wanted,

thanx a lot