ForumImages.com :: Image Archive Details

There are 19 images included in this archive and they are shown in the table below along with brief coding details/tips. Should the images be part of a MODification then you should check the dimensions and names below against the ones given in the instructions to see if there are any discrepancies.

Please see the included read_me.html file for other important information.


Image Coding Options

Below are a number of different ways that you may code the images for your web/forum pages. Please note that you will probably need to add a path to where the images are stored on your server.

CSS via Style Sheet

<img src="reply.gif" class="img8225" alt="" />


CSS: .img8225 {width:82px;height:25px}


CSS via Style Attribute

<img src="reply.gif" style="width:82px;height:25px" alt="" />


Traditional Attributes

<img src="reply.gif" width="82" height="25" alt="" />


Tip:

Add the following to your Cascading Style Sheet and images that are part of a hyperlink won't need border="0" as an attribute of the image tag;

img {border:0}

Image Name Width Height
icon_.gif 59px 18px
1 icon_1.gif 82px 25px
Aim icon_aim.gif 59px 18px
Delete icon_delete.gif 16px 18px
Edit icon_edit.gif 59px 18px
Email icon_email.gif 59px 18px
Icq Add icon_icq_add.gif 59px 18px
Ip icon_ip.gif 16px 18px
Msnm icon_msnm.gif 59px 18px
Pm icon_pm.gif 59px 18px
Profile icon_profile.gif 59px 18px
Quote icon_quote.gif 59px 18px
Search icon_search.gif 74px 18px
Www icon_www.gif 59px 18px
Yim icon_yim.gif 59px 18px
Msg Newpost msg_newpost.gif 82px 25px
Post post.gif 82px 25px
Reply-locked reply-locked.gif 82px 25px
Reply reply.gif 82px 25px

Unless stated otherwise, all images are copyright © Darren Burnhill @ ForumImages.com 2002/3.
fIMGenHTML v1.3 :: Wed 5th Nov 03, 8:25 pm