Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Align input fields


egweimai

Recommended Posts

Hello

 

I am customizing the create account page.

I have aligned the input field Titles (eg First Name) right, so they are "stuck" next to the input field itself.

However, due to the fact that the input field names are of different length, the input fields are not aligned under one another.

 

How do I sort this?

 

Thanks

Link to comment
Share on other sites

Easy fix... simply state a set width for the title. <td class="main" width="150" align="right"><?php echo ENTRY_GENDER; ?></td>

 

You really only need to do it to the top title in each information box, the rest will automatically fall in place.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...