Edit hotspot login.html

Hi i have a hotspot login map here and wish to edit the Loginpage so it will loook better ..

I want to change “add” a bakground picture to my login. look as nice as your examples.

Anyone have their html /login.html to send me so i can see how i could add my own background pictures.?
Designing my simple loginpage.

I add my basic html.

Im new to this , tried to edit the loginhtml .. But it does not work for me add background picture.

Kindely Kristian


my own hotspot login Hotspot > login body { color: #EF8E00; font-size: 10px; font-family: verdana; background-color: #000000; }

textarea,input,select {
background-color: #FFFFFF;
border: 1px solid #BBBBBB;
padding: 2px;
margin: 1px;
font-size: 14px;
color: #EC9103;
border-top-color: #FFFFFF;
}

a, a:link, a:visited, a:active {
color: #0000CC;
text-decoration: none;
font-size: 10px;
background-color: #000000;
}
a:hover { border-bottom: 1px dotted #c1c1c1; color: #F19300; }
img {border: none;}
td {
font-size: 14px;
color: #EF8E00;
background-color: #000000;
}
.style3 {color: #F2F2F2}

$(if chap-id)

$(endif)

Logga in för att använda tjänsten
$(if trial == 'yes')Vill du prova gratis i 5 minuter, klicka här.$(endif)

Användare
Lösenord
 
nisses internet

Powered by MikroTik RouterOS © 2005-2008
$(if error)
$(error)
$(endif)
[exempelhotspot.zip|attachment](upload://1nGwoCKq4Y7Yw5rkn6yjV220GFu.zip) (1.54 KB)

Change this:

body { color: #EF8E00; font-size: 10px; font-family: verdana; background-color: #000000; background-image: url("img/background.jpg"); } Note the new last line. Then load the background.jpg image into hotspot/img/ with ftp or sftp.