MyMammothTech Posted July 13, 2010 Share Posted July 13, 2010 http://www.mymammothlist.com/wp-login.php?action=register I have attached what I think are the two files. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
haku Posted July 13, 2010 Share Posted July 13, 2010 http://htmldog.com/guides/cssbeginner/ Quote Link to comment Share on other sites More sharing options...
MyMammothTech Posted July 13, 2010 Author Share Posted July 13, 2010 Thanks but this is more difficult then "beginner" level Quote Link to comment Share on other sites More sharing options...
haku Posted July 14, 2010 Share Posted July 14, 2010 Lazy answer for a lazy question. Quote Link to comment Share on other sites More sharing options...
MyMammothTech Posted July 14, 2010 Author Share Posted July 14, 2010 Umm well sorry I had been up for over 12 hrs working on this site and was just looking for a little help. I am not a developer. Quote Link to comment Share on other sites More sharing options...
haku Posted July 14, 2010 Share Posted July 14, 2010 Steps to increase your likelihood of getting a good answer: 1) State what you are trying to do 2) State what is currently happening 3) State how that differs from what you want to happen 4) Show your code on the page 5) Provide a link to a live page with the code running on it 6) State what you have done to try to fix the problem up until that point Each of these steps that you do increases the likelihood of getting a solution to your problem. You may still get a solution without doing any of them, but the odds are against you. At the moment, you've kind of done number 4 - though most people won't download attached files - and number 5. Quote Link to comment Share on other sites More sharing options...
MyMammothTech Posted July 14, 2010 Author Share Posted July 14, 2010 1) State what you are trying to do I am trying to get fields are in register-plus.php to line up with the fields that are in theme-login.php 2) State what is currently happening Right now the fields that are in register-plus.php are lining up to the right of the fields in theme-login.php 3) State how that differs from what you want to happen things are not lining up 4) Show your code on the page I have attached the pages because when I tried posting the code I got the error The following error or errors occurred while posting this message: The message exceeds the maximum allowed length (40000 characters). 5) Provide a link to a live page with the code running on it http://www.mymammothlist.com/wp-login.php?action=register 6) State what you have done to try to fix the problem up until that point I have tried a number of things but I can not figure it out. I am not a developer. I just have tried moving code around and seeing what what would work and or break. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
haku Posted July 14, 2010 Share Posted July 14, 2010 When you say 'line up', you mean left align them all? Remove the following code from master.css: div#checksave { padding-left:140px; } Quote Link to comment Share on other sites More sharing options...
otuatail Posted July 14, 2010 Share Posted July 14, 2010 If you have to float left divs with same height, you can put Username : in the left div and the text box in the right div. Otherwise use a <table> structure Desmond. Quote Link to comment Share on other sites More sharing options...
MyMammothTech Posted July 14, 2010 Author Share Posted July 14, 2010 Haku THANK YOU!!! That worked Quote Link to comment Share on other sites More sharing options...
MyMammothTech Posted July 14, 2010 Author Share Posted July 14, 2010 Well it does but I have found that it messes with to many other pages. Thanks though Haku THANK YOU!!! That worked Quote Link to comment Share on other sites More sharing options...
MyMammothTech Posted July 14, 2010 Author Share Posted July 14, 2010 Thanks but I do not know what a "float left divs" is If you have to float left divs with same height, you can put Username : in the left div and the text box in the right div. Otherwise use a <table> structure Desmond. Quote Link to comment Share on other sites More sharing options...
haku Posted July 14, 2010 Share Posted July 14, 2010 Try adding this AFTER the code I told you to delete earlier (don't delete the original code) #registerform div#checksave { padding-left:0; } This should fix the code on that page, and not affect other pages. Unless you have a form with the same ID on other pages. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.