The favicon is displayed next to the internal links i have in my footer .As my site doesnt have a favicon a white outlined box is shown.This happens only in IE 6 and not in firefox.Can this be fixed?Can a configuration option be setup to hide favicons for selected links?
Comments
Comment #1
sanduhrsCould you please post a link, or the sourcecode?
Comment #2
nirvanajyothi commentedis from IE 6 .
The links which have no favicons show the white outline square too like the internal links in my footer.
also had another different error today...have reported it as a bug http://drupal.org/node/299748.
Comment #3
sanduhrsI still can't reproduce this.
The code you have in your footer normally is not affected by any filter. Only nodes and comments are filtered, as far as I know.
Please reopen, if you have additional information.
Comment #4
Roi Danton commentedI reopen it though my issue is slightly different.
I'm using a custom filter for internal links and prepend $base_url so it is $base_url/$node->path.
Unfortunately the fav appears next to those links, too. You should exclude links with $base_url in the path from the marked links or give an option at the filter settings (for those who like their own favicon ;) ).
Comment #5
sanduhrsYes, we are filtering for absolute links, assuming internal links are relative.
Will have a look at that, soon.