Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Align input fields


egweimai

Recommended Posts

Posted

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

Posted

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.

Posted

i wonder if you can help a but more....

i am designing a new login.php page.

I want the login fields to be on top of an image.

Do you know how i can achieve this?

Archived

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

×
×
  • Create New...