This is a standard HTML page. With the exception that some variables are inserted when the page is loaded. Your question can be answered many ways.
If all you want to do is move the login form up, you could change the top margin from “margin-top: 10%;” to “margin-top: 10px” or even “margin-top: 0”… look for the line:
There are many other things you can do. If you would recommend setting down with someone that knows HTML & CSS and having them help you edit the page if you need further help.
I tried to change it , but I still get the same thing.
I saw in the web that I need to write backgroung-image ??
but when I wrote it , I didn’t the picture at all.
any suggestion?
Your computer could be showing you a cached version of the page rather then the new file from the mikrotik… also you can right click in your browser and choose view source code to confirm that it is serving the new version by confirming that your changes are included in the page which is loaded in your browser. The issue your having is not a MikroTik issue, it is a web development issue. It would really help you to find someone who can work with you on the web development (html & css) side of the issue.
every time I have change the login.html - I open it in a new browser and change it’s name
(login1.htmal , login2.hrml…)
I know its not a mikrotik issue but I saw here a big post of “show your hotspot” and I thought someone how did it can help me with this - I don’t think it that hard to show me how to do what I want to do …
You need to replace the login.html file with the file that you changed. Don’t rename the file. When you get your hotspot login it will give you the login.html not a login2.html or some other.
Pretty much a straight forward approach quite frankly and it being a standard html page would not really secure what you will have going on your pages. If you really decide to use this, you might as well check on how you could probably use some more extensions, htc access even so it will be a better implementation for you to use.
If you are not comfortable with it at its entirety though, then there will actually be no way you can write it on your own.