This topic is locked
[SOLVED]

 Beginner Questions

2/16/2017 5:35:03 PM
ASPRunner.NET General questions
Dalkeith author

New user here.
Could someone please give links to instructions on
1)Getting an icon working with a project - ie so it appears in the browser tab in IE / Chrome etc..
2)Creating background pictures behind the sign in box
Many thanks (just getting started but loving it so far)

jadachDevClub member 2/18/2017

Regarding the icon, I assume you are talking about favicon.ico? This will show in the browser tab.
Add this line at the top of your header (use html mode): <link rel="icon" type="image/vnd.microsoft.icon" href="http://www.YOUR-SITE.com/favicon.ico">;
In order to create this icon, you can go here: http://tools.dynamicdrive.com/favicon/
Regarding backgounds on login page, see if this helps: https://xlinesoft.com/blog/2014/10/31/random-page-background-halloween-edition/
Good luck!!

Dalkeith author 2/19/2017

Many thanks Jadach yes those are the things I was looking to do.
I'm sure that's enough for me to solve it.