We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 5452
    • 41 Posts
    I have found my problem!!! But I still need a resolution!!!

    When I customized my login form template( webloginpe.templates.php ), I changed something that I would think wouldn’t matter much. BUT OBVIOUSLY IT HAS!

    This is what I changed.

    For the login form template, I took out the <button type="submit" id="wlpeLoginButton" name="service" value="login">Login</button>

    and used this instead... <input type="image" src="../images/login-btn.jpg" align="middle" id="wlpeLoginButton" name="service" value="login">

    And that’s keeping it from registering a login PERIOD.

    Any suggestions how I can use my own image instead of the button, and get a login?

    All the best,
    ~Slim
      • 27330
      • 884 Posts
      try something like this in your CSS

      #wlpeLoginButton{background:transparent url(assets/templates/whatever/images/buttons/login.jpg) no-repeat center center;width:63px;height:26px;border:none;color:#ffffff;}
        • 28033
        • 925 Posts
        The issue is coming from that an IMG tag can’t forward the request to the form. That’s why it was a button in the first place. wink
          My Snippets
          -> PopUpChunk v1.0
          • 5452
          • 41 Posts
          Well... it’s working now. Going to make buttons for forgotten pass and logout!

          Thanks for all replies.

          All the best,
          ~Slim~