I could make it into a smile but i wouldnt know how to have it give the close option. Can someone help me with that. Thanks
The first 3 work because they arnt images. The 4th which is the image doesnt work.
Code: Select all
<input type="button" src="images/icons/justifyleft.gif" class="button" value="left" name="left" onclick="java-script tag('left', '[left]', 'left*', '[/left]', 'left', 'left');"
onMouseOver="helpline('left')" />
<input type="button" src="images/icons/justifycenter.gif" class="button" value="center" name="center" onclick="java-script tag('center', '[center]', 'center*',
'[/center]', 'center', 'center');" onMouseOver="helpline('center')" />
<input type="button" src="images/icons/justifyright.gif" class="button" value="right" name="right" onclick="java-script tag('right', '[right]', 'right*', '[/right]',
'right', 'right');" onMouseOver="helpline('right')" />
<input type="image" src="images/icons/justifyright.gif" class="button" value="right" name="right" onclick="java-script tag('right', '[right]', 'right*', '[/right]',
'right', 'right');" onMouseOver="helpline('right')" />[code]
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:3247, old post ID:37722[/size][/color]