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
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;}
Well... it’s working now. Going to make buttons for forgotten pass and logout!
Thanks for all replies.
All the best,
~Slim~