I have the following form where i extract the user input and do some
changes with python before returning to templates.
register_form = form.Form(
form.Textbox("name",size=40,style="font-size:11px", description=""
,title="Please enter name: "),
form.Button(" ", type="submit",description="",
style="background-image:
url(/static/images/button.gif);border:none;height:30px;width:80px;background-color:transparent;background-size:30px
80px;")
)
But i cant seem to change the button image, only the background. was hoping
to have the functionality like this: <button><img src="button.gif"></button>
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.