Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by NiallM1974

  1. NiallM1974

    HTML & CSS "Forgot password" code problem!

    Here's my code for the login page: <!DOCTYPE html> <html> <head> <title>Member's Login Area</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css\style.css"> </head> <body> <h2>SRTC Member's Login Area!</h2><br> <div...
  2. NiallM1974

    HTML & CSS "Forgot password" code problem!

    The login button has no functionality. It's like an image where nothing happens. Here's tghe HTML code for the button: <button type="button" name="log" id="log" value="Login">
  3. NiallM1974

    HTML & CSS "Forgot password" code problem!

    the username, password, checkbox and forgot password link all work correctly. There is no functionaklity whatsoever with the login button
  4. NiallM1974

    HTML & CSS "Forgot password" code problem!

    I did and couldn't find any error messages
  5. NiallM1974

    HTML & CSS "Forgot password" code problem!

    Still not working mate
  6. NiallM1974

    HTML & CSS "Forgot password" code problem!

    I got it fixed. It was due to an old file and had to rename a few files but it's working now except for login button which I am unable to click as there seems to be a problem with the code. <input type="button" name="log" id="log" value="Login">
  7. NiallM1974

    HTML & CSS "Forgot password" code problem!

    The problem seems to lie in the root address http://www.srtcmembers-beta.com/ gives Image 2. Howver when I enter http://www.srtcmembers-beta.com/login.htm I get Image 1 as it should be.
  8. NiallM1974

    HTML & CSS "Forgot password" code problem!

    Here is the full code for Login.htm: <!DOCTYPE html> <html> <head> <title>Member's Login Area</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css\style.css"> </head> <body> <h2>SRTC Member's Login...
  9. NiallM1974

    HTML & CSS "Forgot password" code problem!

    When I click Forgot password I get "http://wwww.srtcmembers-beta.com/#". How can I make the link work on my login page? Please see line of code and attached screenshot <div class="a"> <p>Forgot <a href="http://wwww.srtcmembers-beta.com/reset-password.htm">Password</a></p></div>
  10. NiallM1974

    HTML & CSS Updating website content regularly

    I have created my database in phpMyAdmin Well I am not 100% familiar with WP.
  11. NiallM1974

    HTML & CSS Updating website content regularly

    What is the best way to install WordPress and to use it as a CMS?
  12. NiallM1974

    HTML & CSS Updating website content regularly

    Once I choose a theme can I change the background and layout of the theme before I upload my content?
  13. NiallM1974

    HTML & CSS Updating website content regularly

    I am basically a freelance web developer who does work for individual clients who work as sole traders.
  14. NiallM1974

    HTML & CSS Updating website content regularly

    How does one use WordPress?
  15. NiallM1974

    HTML & CSS Updating website content regularly

    I don't want to use Wix or WordPress as the data wouldn't be secure
Back
Top Bottom