1. I wanna center the myBB 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
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: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.