Hi Ilia,
I agree, we don't want it bloated. However, all images should have "width=" and "height=" tags for fast rendering. Also, "alt=" tags should be made shorter (textual replacement for the image), while "title=" can be used to describe the button in more detail.
Here are the images from the message index page:
Current image tags:
<img alt="Create a new topic" src="theme/default/images/new_thread.gif" />
<img alt="Go to next message" title="Go to next message" src="theme/default/images/down.png" width=16 height=11 />
<img alt="Go to previous message" title="Go to previous message" src="theme/default/images/up.png" width=16 height=11 />
<img alt="Send a private message to this user" title="Send a private message to this user" src="theme/default/images/msg_pm.gif" />
<img alt="" src="theme/default/images/msg_about.gif" />
<img alt="" src="theme/default/images/msg_quote.gif" />
<img alt="" src="theme/default/images/msg_reply.gif" />
<img src="theme/default/images/offline.png" alt="??? is currently offline" title="Ilia is currently offline" />
<img src="theme/default/images/post_reply.gif" alt="Submit Reply" />
<img src="theme/default/images/top_help.png" alt="FAQ" />
<img src="theme/default/images/top_home.png" alt="Home" />
<img src="theme/default/images/top_logout.png" alt="Logout" />
<img src="theme/default/images/top_members.png" alt="Members" />
<img src="theme/default/images/top_pm.png" alt="Private Messaging" />
<img src="theme/default/images/top_profile.png" title="Click here to access user control panel" alt="User CP" />
<img src="theme/default/images/top_search.png" alt="Search" />
<img title="23361082" src="theme/default/images/icq.png" alt="" />
<img title="Switch to threaded view of this topic" alt="Switch to threaded view of this topic" src="theme/default/images/tree_view.gif" />
Suggested image tags for discussion:
<img alt="New Topic" title="Start a new thread" src="theme/default/images/new_thread.gif" width=100 height=25 />
<img alt="Next Message" title="Go to next message" src="theme/default/images/down.png" width=16 height=11 />
<img alt="Previous Message" title="Go to previous message" src="theme/default/images/up.png" width=16 height=11 />
<img alt="Send PM" title="Send a private message to this user" src="theme/default/images/msg_pm.gif" width=71 height=18 />
<img alt="Profile" title="View user's profile" src="theme/default/images/msg_about.gif" width=71 height=18 />
<img alt="Quote" title="Quote message text" src="theme/default/images/msg_quote.gif" width=71 height=18 />
<img alt="Reply" title="Reply to message" src="theme/default/images/msg_reply.gif" width=71 height=18 />
<img alt="Offline" title="??? is currently offline" src="theme/default/images/offline.png" width=16 height=16 />
<img alt="Reply" title="Submit Reply" src="theme/default/images/post_reply.gif" width=100 height=25 />
<img alt="FAQ" title="Help" src="theme/default/images/top_help.png" width=16 height=16 />
<img alt="Home" title="Go to Forum Home" src="theme/default/images/top_home.png" width=16 height=16 />
<img alt="Logout" title="Logout" src="theme/default/images/top_logout.png" width=16 height=16 />
<img alt="Members" title="Member Profiles" src="theme/default/images/top_members.png" width=16 height=16 />
<img alt="Private Messaging" title="Private Messaging" src="theme/default/images/top_pm.png" width=15 height=11 />
<img alt="User CP" title="Click here to access user control panel" src="theme/default/images/top_profile.png" width=16 height=16 />
<img alt="Search" title="Search messages" src="theme/default/images/top_search.png" width=16 height=16 />
<img alt="ICQ" title="Send ICQ message to user 23361082" src="theme/default/images/icq.png" width=16 height=16 />
<img alt="Tree View" title="Switch to threaded view of this topic" src="theme/default/images/tree_view.gif" width=100 height=25 />
Best regards.
Frank