UNITED KINGDOM
2008-05-02 10:43:33
Hi,
Just want to kow how to do/get the logo on the address bar like Daniel Eatock has before his URL?
Hi,
Just want to kow how to do/get the logo on the address bar like Daniel Eatock has before his URL?
You can use this site to generate the favicon.ico from a picture.
Then put the .ico in your template folder and add this line between the head tags of the index.php of your template folder:
<link rel='shortcut icon' href='<%baseurl%>
/ndxz-site/
<%obj_theme%>
/favicon.ico' >
(without the returns to the line)
theres the index.php, in my ftp, but i cant see anywhere the head tags in the code... ?
do i have the right index.php, there seems to be few under the same name in different folders..? please help.
The path you want is...this is your site template:
/ndxz-studio/site/sample/index.php
Hi
I'm trying to add a favicon too. I've put the .ico in my template folder but all the index.php contains is the text "• Built with Indexhibit". Where do I put the code - above this line?
And could someone confirm the code needed (with a dummy web address in place if poss)
Thanks for the help!
I want to assume that you opened the file with dreamweaver and that you're switched to Design view. If so, click Code and you're gonna be able to see the rest of the code.
Insert the snippet above after the tag & preferably after the line
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
In other posts it is suggested to duplicate and the rename the sample folder if you want to customise your css and/or index.php page. If you do you can then choose your personal theme from the theme dropdown menu in setting
oops - forget about all the < and > you see on screen. it's:
and
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
not sure if my previous posts make sense - the symbols messed up everything. Mr. Vaska please edit them!
Done it! Thanks for your help arsondpi, much appreciated.
You need to be logged in to post.