Jump to content

Change form Submit buttons to href image links


Guest Stephen Plink

Recommended Posts

Guest Stephen Plink

I have searched the forum for 2 hours now and just cannot find what I am looking for. I know I saw a simialar post a few days back but can't find it back.

I am just finalizing the site. I still want to fine tune some things like this.

Look at my site to see what I am talking about:

http://www.laptopsdirect.nl

For instance, mailinglist submit button is form style. I want it to be an image as I have done with most other buttons. The image location is defined in the lang file.

So here's for example the code from my forgot password template, one of the buttons I want to change. Who can help me? THANK YOU!

<!-- BEGIN: forgot_pass -->

<div class="boxContent">

<div class="txtContentTitle">{LANG_FORGOT_PASS_TITLE}</div>

<p>{FORGOT_PASS_STATUS}</p>

<!-- BEGIN: form -->

<form action="index.php?act=forgotPass" target="_self" method="post">

<table border="0" cellspacing="0" cellpadding="3" align="center">

<tr>

<td align="right"><strong>{LANG_EMAIL}</strong></td>

<td><input type="text" name="email" class="textbox" /></td>

</tr>

<tr>

<td> </td>

<td><input name="submit" type="submit" value="{TXT_SUBMIT}" class="submit" /></td>

</tr>

</table>

</form>

<!-- END: form -->

</div>

<!-- END: forgot_pass -->

Link to comment
Share on other sites

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...