hello guys i have custom chat box and i have something i want to change it to other button
this my chat box
![[Image: l]](https://camo.mybb.com/ebb2aacf72046c16fd3deb2c14154c186399430e/68747470733a2f2f692e737561722e6d652f4b306d716f2f6c)
i want change it to this button
![[Image: l]](https://camo.mybb.com/00496335d80fef0b324db175932cf97e6a488f8d/68747470733a2f2f692e737561722e6d652f4259426d722f6c)
this code button anyone help me change it to make like up image
this my chat box
i want change it to this button
this code button anyone help me change it to make like up image
<div style="width: 100%; margin: 0 auto; text-align: center">
<form name="mychatbox_post_form" method="POST" id="mychatbox_post_form">
<input type="text" id="mychatbox_message" name="message" class="textbox" style="width: 200px" /> <input type="submit" value="{$lang->mychatbox_post}" id="mychatbox_post" class="button" name="submit" /> <div id="mychatbox_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>