MyBB Community Forums

Full Version: hello any help with the chatbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]


i want change it to this button 

[Image: l]




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>