Topic: favico problem
hi,
i want to add a favico to my forum and placed the following code, which i found on google, in header.php
after <?php
echo "<link rel=\"icon\" href=\"img/favicon.ico\" type=\"image/x-icon\">";
echo "<link rel=\"shortcut icon\" href=\"img/favicon.ico\" type=\"image/x-icon\">";
the favico loads but all the bodytext inside the forum turns black. (it was white)
what happens here?
and how can i solve it?
thanks for helping out.