Currently, the HTML tags that show the post icons look like this:
<img src="images/icons/dm/campaigndesign.gif" alt="DM Topics - Campaign Design" border="0" />
Would it be possible to include the width and height in those? AFAIK, all post icons are the same size, so little non-techy Staffan imagines it wouldn't be too much work. The reason I'd like that is that it would probably increase the speed at which the forum pages are displayed, since the browser doesn't have to wait for the gif to download before allocating the correct space.
The new tag would look something like this: <img src="images/icons/dm/campaigndesign.gif" alt="DM Topics - Campaign Design" width="70" height="30" border="0" />.
The same could be done for other inline images, like the "new post" icon, and the icon that you can click on to go to the first unread post in a thread.
<img src="images/icons/dm/campaigndesign.gif" alt="DM Topics - Campaign Design" border="0" />
Would it be possible to include the width and height in those? AFAIK, all post icons are the same size, so little non-techy Staffan imagines it wouldn't be too much work. The reason I'd like that is that it would probably increase the speed at which the forum pages are displayed, since the browser doesn't have to wait for the gif to download before allocating the correct space.
The new tag would look something like this: <img src="images/icons/dm/campaigndesign.gif" alt="DM Topics - Campaign Design" width="70" height="30" border="0" />.
The same could be done for other inline images, like the "new post" icon, and the icon that you can click on to go to the first unread post in a thread.