All pastes #2058290 Raw Edit

Stuff

public html v1 · immutable
#2058290 ·published 2011-05-13 14:41 UTC
rendered paste body
<div id="output">				<b>Please contact me with any questions.</b><br /> <b>Thank you for your time.</b>			</div><br />			<form id="contactForm" action="">				<div style="float: left; width: 100px">				Your name:</div>   			<div style="float: left;"><input id="sender_name" type="text" name="sender_name" size="20" /></div>   			<div style="clear: both"></div><br />				<div style="float: left; width: 100px">				Your email:</div>   			<div style="float: left;"><input id="sender_email" type="text" name="sender_email" size="20" /></div>   			<div style="clear: both"></div><br />				<div style="float: left; width: 100px">				Subject:</div>   			<div style="float: left;"><input id="sender_subject" type="text" name="sender_subject" size="30" /></div>   			<div style="clear: both"></div><br />				<div style="float: left; width: 100px">				Message:</div>   			<div style="float: left;">   			<textarea id="sender_msg" rows="8" cols="40" name="sender_msg" ></textarea></div>  			   <div style="clear: both"></div><br />				<div style="float: left; width: 100px">&nbsp;</div>   			<div style="float: left;"><input type="button" name="Send" value="Send Message" 						onclick="javascript: getForm(this.form, 'email.php', this);" /></div>   			<div style="clear: both"></div>			</form>