|
dolby its u that gave me the script . i just add it to the smilues file i think . look on the pic the imeges are far from eachtoer i want them to be close to eachoter . dolby plz dont ignore me in icq . this is the script that u gave me :
<td valign="top" align="right" height="61" width="15%" ><span class="text"><% = strTxtMessage %>*:</span></td>
Now, Before the </td> add this code:
<BR> <script language="JavaScript"> <!-- Hide from older browsers...
//Function to add smiley function AddSmileyIcon(imagePath){ frames.message.focus(); frames.message.documentcCommand('InsertImage', false, imagePath); frames.message.focus(); }
// --> </script>
<div align="center"> <center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="95%"> <tr> <td width="100%" bgcolor="<% = strTableTitleColour %>">
<div align="center"> <center>
<table border="0" cellspacing="3" style="border-collapse: collapse" bordercolor="#111111" width="85%" cellpadding="4" bgcolor="<% = strTableTitleColour %>"> <tr> <td colspan="4" align="center"> סמיילים לחיצים </td> </tr> <tr> <td width="25%" align="center" height="16"> <img border="0" alt="Happy" src= "smileys/happy.gif width=16 height=16 onClick=AddSmileyIcon smileys/happy.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Classic" src= "smileys/classic.gif width=16 height=16 onClick=AddSmileyIcon smileys/classic.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Confused" src= "smileys/confused.gif width=16 height=16 onClick=AddSmileyIcon smileys/confused.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Cool" src= "smileys/cool.gif width=16 height=16 onClick=AddSmileyIcon smileys/cool.gif"> </tr> <tr> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Speechless" src= "smileys/speechless.gif width=16 height=16 onClick=AddSmileyIcon smileys/speechless.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Surprised" src= "smileys/surprised.gif width=16 height=16 onClick=AddSmileyIcon smileys/surprised.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Wink" src= "smileys/wink.gif width=16 height=16 onClick=AddSmileyIcon smileys/wink.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Mad" src= "smileys/mad.gif width=16 height=16 onClick=AddSmileyIcon smileys/mad.gif"> </tr> <tr> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Laugh" src= "smileys/laugh.gif width=16 height=16 onClick=AddSmileyIcon smileys/laugh.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Angry" src= "smileys/angry.gif width=16 height=16 onClick=AddSmileyIcon smileys/angry.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Grin" src= "smileys/grin.gif width=16 height=16 onClick=AddSmileyIcon smileys/grin.gif"> <td width="25%" align="center" height="16"> <img border="0" alt="Ermm..." src= "smileys/ermm.gif width=16 height=16 onClick=AddSmileyIcon smileys/ermm.gif"> </tr> <tr> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Shocked" src= "smileys/shocked.gif width=16 height=16 onClick=AddSmileyIcon smileys/shocked.gif"> <td width="25%" align="center" height="16"><span class="text"> <img border="0" alt="Chinese" src= "smileys/chinese.gif width=16 height=16 onClick=Ad
|