PDA

View Full Version : css button style for login page


asterix
02-Sep-2004, 12:53 PM
ive used css to influence the way my buttons look by simply added class="button" in the tag line. However on applying the same to the login page I don't seem to be able to infuence it, heres my html:

<TD>NETQUOTEVAR:SUBMITBUTTON
<INPUT TYPE="HIDDEN" NAME="HASH" VALUE="" class="button"></TD>

Is there a way of doing this people ?

cheers

Darren

I-CC
04-Sep-2004, 03:17 PM
That is a hidden input you are adding your class to and not the submit button itself.

Go into the template manager and locate the actual login template and then look for the inputs in there I think, i.e. submit buttons of one nature or another and add the class directly there, which should work ok.

cdicken
06-Sep-2004, 07:59 AM
The button actually comes from 'Design | Text'...

Click the 'Go to' button and go to ID: 1221.

Add the class= code into there.