View Single Post
Old 02-03-2013, 08:47 PM   PM User | #5
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,387
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
Quote:
but for some reason it stacks name and city together
You never inserted the css styling anywhere:

Code:
<style type="text/css">
#page-wrap{
	width:200px;
}
label{
	float:left;
	margin-bottom: 5px;
}
input{
	float:right;
	margin-bottom: 5px;
}
</style>
sunfighter is offline   Reply With Quote