Jump to content
MakeWebGames

Add image to submit button ... HELP !!


Recommended Posts

Posted

I no this is lame of me for posting this on here but i have tried to get an image to go on the submit button but cant figure it out.

sbl5.jpg <<< Thats the image i want to replace it with .... Any one who can help me would be great :)

Also can you see the sign up today logo on the bottom image ... Can that be turned into a button somehow ??? captureld.png

I will appreciate anyone who can help me with this ;) Thankyou

Posted

Look into css :D

You can type this into google in a number of ways and get pages on how to do this.

Also you could simply image map the signup area to make it into a link.

Google for it and do it.

Posted

<tr><td background="images/sbl3.jpg" height="225" valign="bottom"><table width="1000" border="0" cellspacing="0" cellpadding="0" usemap="#Signup" />

<map name="Signup" id="Signup">

<area shape="rect" coords="74,13,270,204" href="www.solarbattles.co.uk/register.php" target="_top" />

 

Have i mapped it right ??

Posted

add the bold code into your input button tag

<input type="image" src="url/to/submit/button.gif">

re-reading your post i see its just a text link not an input button so try using CSS or even just [/img]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...