Announcement

Collapse
No announcement yet.

css button style for login page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    css button style for login page

    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
    <br />
    Website | Multimedia | Design - Bradford [ <a href="http://www.futureprimeval.com" title="Website | Multimedia | Design - Bradford [ Future Primeval ]" target="_new">Future Primeval</a> ]
    <br />

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

    Comment


      #3
      The button actually comes from 'Design | Text'...

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

      Add the class= code into there.

      Comment

      Working...
      X