PDA

View Full Version : make a favicon


Jesse
02-22-2008, 02:11 PM
asap.

Changed
02-22-2008, 02:12 PM
it should be the Captain Planet chest logo

what file format and size does it need to be?

Jesse
02-22-2008, 02:13 PM
it should be the Captain Planet chest logo

what file format and size does it need to be?
http://tools.dynamicdrive.com/favicon/

Changed
02-22-2008, 02:15 PM
K I'll get at it

Ruede
02-22-2008, 02:19 PM
make a gif rename to ico ^^

Changed
02-22-2008, 02:20 PM
so what do you do with the .ico file

Jesse
02-22-2008, 02:22 PM
upload it to public_html directory with the name favicon.ico

Changed
02-22-2008, 02:23 PM
k, it'll be done soon.

Ruede
02-22-2008, 02:42 PM
public_html?
lulz is this running in a user dir?

normaly www-root dir...

Jesse
02-22-2008, 02:44 PM
public_html?
lulz is this running in a user dir?

normaly www-root dir...
www = public directory.

depends on the server as to what the directory is called.

Ruede
02-22-2008, 02:47 PM
www = public directory.

depends on the server as to what the directory is called.
public_html is very often the html for normal users on a server f.e. /home/username/public_html.
and to look at a page stored there you would make a http req with domain.tld/~username

www root => /var/www or /srv/www
or the pathes above + httpdocs or httpsdocs

sometimes it is /opt/lamp/httpdocs...