MyBB Community Forums
2 problems - favicon and center aligning. - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: 2 problems - favicon and center aligning. (/thread-7737.html)

Pages: 1 2 3


2 problems - favicon and center aligning. - NSH - 2006-03-23

1. I wanna center the myBB logo gif.

[Image: logo.gif]

2. I'd like to have an icon-favicon in the adress bar & in favorites.


RE: 2 problems - favicon and center aligning. - Michael S. - 2006-03-23

1. Go to your theme settings and insert the following code into the box for additional CSS at the bottom:
.logo {
text-align: center;
}
2. Upload the file favicon.ico into the images directory. Open the template headerinclude and insert the following code:
<link rel="shortcut icon" href="images/favicon.ico" />



RE: 2 problems - favicon and center aligning. - NSH - 2006-03-23

1) option worked

2) didnt.

maybe coz im using free hosting?


RE: 2 problems - favicon and center aligning. - xiao - 2006-03-23

Try this:

- Upload the icon (as .ico with a size of 16*16px)

Edit the Header template and add

Quote:<LINK REL="SHORTCUT ICON" HREF="http://www.mysite.com/favicon.ico">

to the top of the page

Worked for me


RE: 2 problems - favicon and center aligning. - NSH - 2006-03-23

dosn't work..


this is the ico - www.phpbbheb.com/favicon.ico
(since it worked there, i tried it)




RE: 2 problems - favicon and center aligning. - zaher1988 - 2006-03-23




RE: 2 problems - favicon and center aligning. - NSH - 2006-03-24

let's isolate the problem.....

1) im using free-hosting.
2) i tried as simple ico named favicon.ico,
can be found here : www.phpbbheb.com/favicon.ico
3) im using mozilla ff..


still. i see no ico near adress


RE: 2 problems - favicon and center aligning. - Michael S. - 2006-03-24

It's working for me. But I cannot find the code I gave you between the head tags.


RE: 2 problems - favicon and center aligning. - NSH - 2006-03-25

Michael83 Wrote:But I cannot find the code I gave you between the head tags.


eh? don't quite get you


RE: 2 problems - favicon and center aligning. - Michael S. - 2006-03-25

Michael83 Wrote:2. Upload the file favicon.ico into the images directory. Open the template headerinclude and insert the following code:
<link rel="shortcut icon" href="images/favicon.ico" />
You did not insert that code into the header of your site.