I need to edit one line If you see on site sh.orten.me the submit button I want to palce that with this the url is How to I edit the line to acheive this?
Try this: <div align="center"><br /><input type="submit" name="send" src="http://sh.orten.me/button.gif" class="button" /></form></div> Code (markup):
<div align="center"><br /><input type="image" src="http://sh.orten.me/button.gif" /></form></div> HTML:
You may want to even try the CSS way rather than using input type = image as you can get over x,y co-ordinates which could be added if you are using get instead of post when submitting the form.