Hello Guys,
Can anyone help me to design my login page?
Design heading include:
CYBERIA INTERNET CAFÉ
Cone House Hostel, Under-G Area, Ogbomoso
Tel: 08065256444
You can send detail to johnson_junior01@yahoo.com
Thanks
Hello Guys,
Can anyone help me to design my login page?
Design heading include:
CYBERIA INTERNET CAFÉ
Cone House Hostel, Under-G Area, Ogbomoso
Tel: 08065256444
You can send detail to johnson_junior01@yahoo.com
Thanks
you mean for Hotspot?
it’s easy, you can try yourself. Set up hotspot, so that it’s working. Download the “Hotspot” folder from the router to your PC. Open the login.html file in a HTML editor (Like Notepad++ or Dreamweaver) and edit the text or some other things. Be careful and don’t corrupt any tags, only edit things you understand (like the Title of the page).
Save the file and upload it back to the router. See if the login page changed.
You can start with simple and small changes, and work from there.
Got the changes on text… but can I change my background to a jpeg picture, and how?
now that’s a HTML question ![]()
basically you need to add this line somewhere in your … part
<style type="text/css">
body { background-image:url('filename.jpg'); }
</style>