Ok, set up a new profile field for each one choosing single selection drop down menu as the type each time.
Then use this code to insert each one into the postbit template
Code:
<if condition="$post[fieldx]">LABEL <img src="$stylevar[imgdir_misc]/$post[fieldx].gif" alt="$post[fieldx]" /></if>
Replace LABEL with the text that you wish to display in the postbit.
Replace the x with the profile field number generated by vB and upload the images with the names of each selection to the /images/misc directory.
If the titles are the same or there are some repeats, then you may wish to use
Code:
$stylevar[imgdir_misc]/LABEL/$post[fieldx].gif
instead, giving each profile field it's own subdirectory using the label for the image group as the directory name.