egweimai Posted June 1, 2010 Share Posted June 1, 2010 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 More sharing options...
Guest Posted June 1, 2010 Share Posted June 1, 2010 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 More sharing options...
egweimai Posted June 1, 2010 Author Share Posted June 1, 2010 Thank you soooo much! You have just helped make my signup form look amazing! :) Link to comment Share on other sites More sharing options...
Guest Posted June 1, 2010 Share Posted June 1, 2010 Glad I could help. Link to comment Share on other sites More sharing options...
egweimai Posted June 1, 2010 Author Share Posted June 1, 2010 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? Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2010 Share Posted June 2, 2010 Here are a couple of sites with demos and lessons on how to style input fields... not sure if you can use a background image or not. http://ronsguide.com/css/inputs/ http://articles.sitepoint.com/print/style-web-forms-css http://www.sohtanaka.com/web-design/styling-input-search-form-css/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.