Hi,
Maybe I should break down and use tables, but I wanted to query the
experts first. Below, I would like the words "First name" and "Last
Name" to appear on the same horizontal and I would like the text
fields to appear on the same horizontal. But I would like the words
to appear above the text fields. The below creates four different
lines:
<div>
<p><label for="user_ship_ to_first_name"> First name</label><br/>
<input id="user_ship_t o_first_name" name="user[ship_to_first_n ame]"
size="30" type="text" /></p>
<p><label for="user_ship_ to_last_name">L ast name</label><br/>
<input id="user_ship_t o_last_name" name="user[ship_to_last_na me]"
size="30" type="text" /></p>
</div>
Is there any way to do what I'm asking without tables? Thanks, - Dave
Maybe I should break down and use tables, but I wanted to query the
experts first. Below, I would like the words "First name" and "Last
Name" to appear on the same horizontal and I would like the text
fields to appear on the same horizontal. But I would like the words
to appear above the text fields. The below creates four different
lines:
<div>
<p><label for="user_ship_ to_first_name"> First name</label><br/>
<input id="user_ship_t o_first_name" name="user[ship_to_first_n ame]"
size="30" type="text" /></p>
<p><label for="user_ship_ to_last_name">L ast name</label><br/>
<input id="user_ship_t o_last_name" name="user[ship_to_last_na me]"
size="30" type="text" /></p>
</div>
Is there any way to do what I'm asking without tables? Thanks, - Dave
Comment