MyBB Community Forums

Full Version: 2 problems - favicon and center aligning.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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.
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" />
1) option worked

2) didnt.

maybe coz im using free hosting?
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
dosn't work..


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

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
It's working for me. But I cannot find the code I gave you between the head tags.
Michael83 Wrote:But I cannot find the code I gave you between the head tags.


eh? don't quite get you
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.
Pages: 1 2 3