Use firebug to see the class name of your submit button. Then create a
custom css that changes the class. Or ditch the submit button and make
your own INPUT(_type=submit, _name= ..., _class='myclass').

On Dec 27, 4:11 pm, pk <[email protected]> wrote:
> hi together,
> i need very important help:
>
> i have this code example:
>
>  {{=foto_edit.custom.begin}}
>    Image file: <div>{{=XML("%s%s" %
> (str(foto_edit.custom.widget.image).split("[")[0], '</div>'))}}</div>
>    Click here to upload: {{=foto_edit.custom.submit}}
>   {{=foto_edit.custom.end}}
>
> how can i handle the css for the buttons the labels and the filename?
>
> thanks peter

Reply via email to