Re: Registration Page Style
OK I am no coder but, I'm just wondering if there is a string of php that could help me out?
Here is a link to the page I am having problem with;
http://dollarpermile.com/wp-login.php?action=register
As you can see the descriptions for the input fields are all out of line, and the tab order is not in sequence.. I am willing to dump the plugin if need be and hard mod my own fields in, I just don't want to loose what I do when (or) if I upgrade later on, so I have tried a couple plugins.
So could I use css to control this?
Or is there a php string that can tell my plugin to start before the code for the "username" and "email"??
Also I have tried to change the tab order by change the value in the tabindex= portion of the code on the theme-login.php page but nothing seems to be different.. Is the tab order controlled elsewhere?