The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
	
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>text_hr</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="all">
	@import "../css/vertically-aligned.css";
</style>
<!--[if IE]>
	<style type="text/css" media="all">
		@import "../css/vertically-aligned-ie.css";
	</style>
<![endif]-->

</head>
<body>

<a href="../forms/text_hr.yml">Form config file</a><br/><br/>

<form action="" id="form" method="post">
<input name="h1" type="hidden" />
<div class="text label">
<label>a Text element</label>
<input name="t1" type="text" />
</div>
<hr />
<div class="text label">
<label>^ This is a Hr</label>
<input name="t2" type="text" />
</div>
</form>


</body>
</html>