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>