Click to See Complete Forum and Search --> : piture inside submit button
mitchell
06-27-2007, 05:36 AM
<BUTTON TYPE=SUBMIT>
<IMG SRC="http://www.totallynationalparks.com/IsleRoyale.jpg" HEIGHT=97
WIDTH=105 ALT="Isle" ALIGN="ABSMIDDLE">
<BR>
<STRONG>Go To Your Isle</STRONG>
</BUTTON>
Does anyone know how to make the button go to a specific page, becouse i dont know how to put a "go to" in this kind of button, thanks
<form action="http://www.totallynationalparks.com/" method="get" name="form1">
<button type="submit" style="background:url(http://www.totallynationalparks.com/IsleRoyale.jpg) no-repeat;">Go To Your Isle</button>
</form>
• MaNiC MoE •
06-28-2007, 01:19 PM
I ain't sure what you meant by asking, butt I think you wanna put a picture in the submit button, right? Anyway, what I'll do is put an image other than the Submit Button.
<input id="*" name="*" type="image" src="YOUR IMAGE" border="*" height="*" width="*" alt="SUBMIT PICTURE BUTTON">
Simplified HTML Code :
<input type="image" src="YOUR IMAGE">
_________________________________________________________________
Or try using the CSS way :
<input id="*" name="*" type="submit" style="background-color:COLOR ; background-image:url('IMAGE LOCATION')">
Simplified HTML/CSS Code
<input type="submit" style="background-image:url('IMAGE LOCATION')>
mitchell
07-05-2007, 06:00 PM
thanks allot