Forums » Support
logo / icon on the address bar
erapuro
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?

Simon_Lagneaux
BELGIUM
2008-05-02 14:00:09
 

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)

erapuro
UNITED KINGDOM
2008-05-02 18:00:27
 

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.

Vaska
I WROTE THIS
2008-05-02 18:44:21
 

The path you want is...this is your site template:

/ndxz-studio/site/sample/index.php

bjw3003
UNITED KINGDOM
2008-06-13 14:54:15
 

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!

arsondpi
GREECE
2008-06-14 17:18:49
 

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
&#60;head&#62;
tag & preferably after the line
&#60;meta http-equiv='Content-Type' content='text/html; charset=utf-8'/&#62;

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

arsondpi
GREECE
2008-06-14 17:22:14
 

oops - forget about all the < and > you see on screen. it's:
<head>
and


<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>

arsondpi
GREECE
2008-06-14 17:25:04
 

not sure if my previous posts make sense - the symbols messed up everything. Mr. Vaska please edit them!

bjw3003
UNITED KINGDOM
2008-06-16 11:11:19
 

Done it! Thanks for your help arsondpi, much appreciated.

Showing 1 - 9 of 9 posts in Forum > Support > logo / icon on the address bar
 

You need to be logged in to post.