Quote:
Originally posted by MHR
urgh, this might help,
edit template posticonbit
replace this
Code:
<input type="radio" name="iconid" value="$iconid" $iconchecked> <img src="$iconpath" height="15" width="15" align="middle" alt="$alttext">
with this
Code:
<input type="radio" name="iconid" value="$iconid" $iconchecked> <a href="javascript:void(0);"><IMG SRC="$iconpath" BORDER=0 ALIGN=ABSCENTER onClick="vbform.message.value+='<img src=$iconpath> ';"></a>
|
ok that sorta worked. When I did what you said when you clicked on an icon it would insert the link to the image and then the page would change to a javascript void (0). I saw this in the added code so I took it out and now it works. BUT, when the mouse goes over the icons it doesn't turn into a hand with the finger extended.
Was it ok to remove that code, and is there a way to make it so that the cursor changes into the hand on rollover?