Search results

  1. P

    How do i use HTML color codes?

    it's HTML bro keep it simple. <font color="green">Your green text goes here.</font> okay otherwise you can use your hex the same way <font color="#008000">Your green text goes here.</font>
  2. P

    HTML login accounts!!!?

    You have to use more than just HTML to add this. You can set up a "Sign up" Page and you will have to physically set up each account with the username and password that they chose. If you want it to set up itself using "Post" commands then you have to use a different script like PHP.
Back
Top