The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
using an image to submit a form
How would I go about using images in place of the normal box here? I tried changing the type from submit to image added the img yadda yadda, but I cant seem to get it to work.
(original is below -- its from the journal hack) Code:
<table align="center" border="0"><tr><td> <form method="POST" action="journal.php"><input type="submit" name="addentrysubmit" value="Add Entry" style="background-color: {tableheadbgcolor}; color: {tableheadtextcolor}; font-weight: bold;"><input type="hidden" name="journalid" value="$journalid"><input type="hidden" name="userid" value="$journalid"> </form></td><td> <form method="POST" action="journal.php"> <input type="submit" name="submit_view_all" value="View All Entries" style="background-color: {tableheadbgcolor}; color: {tableheadtextcolor}; font-weight: bold;"><input type="hidden" name="journalid" value="$journalid"><input type="hidden" name="userid" value="$journalid"><input type="hidden" name="action" value="view"></form> </td></tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|