MentaL
Guest
Member
Problem:
Bing issues a notice for the file "add_to_home.gif" in PAGE_CONTAINER stating "Alt attribute for images is missing".
Work around:
add alt manually.
Code:

Continue reading...
Continue reading...
Bing issues a notice for the file "add_to_home.gif" in PAGE_CONTAINER stating "Alt attribute for images is missing".
Work around:
add alt manually.
Code:
<img src="{{ base_url('styles/default/xenforo/add_to_home.gif') }}" width="222" height="480" alt="add to home"/>

Continue reading...
Continue reading...