Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Posts
    13
    Plugin Contributions
    0

    Default My "Create Account" page is backwards...?

    Hey,

    I can't quite seem to understand how this would've happened, whether it was something in the style sheet or one of the modules, but all the option names that match up with the boxes seem to have been swapped left to right.

    http://www.star76.net/cart/index.php...tnuhc06aulh2r7

    Can anyone inform me as to what might've happened, or where I can fix this?

    Thanks

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: My "Create Account" page is backwards...?

    The label .inputLabel selector is floated right. This may have been changed for some other page where it was useful, but here it is a problem.

    Find in your stylesheet
    PHP Code:
    LABEL.inputLabel {
        
    width9em;
        
    floatright// <--- change to left
        

    If you find that some other input labels look wrong now, put that back as it was and add a new declaration that will apply only to this page:
    PHP Code:
    #loginDefault LABEL.inputLabel {
        
    width9em;
        
    floatleft;
        } 
    There may be other factors at work; I haven't investigated further and have to run now.
    The labels may have been supposed to float right against the input fields, and those may have been changed (to absolute position??) so they are no longer anchors.
    Last edited by gjh42; 7 May 2007 at 05:59 PM.

  3. #3
    Join Date
    Oct 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: My "Create Account" page is backwards...?

    Thanks so much, gjh42, you've helped me out big time a few times now.

    Thanks again!

 

 

Similar Threads

  1. v150 Change background of "Newsletter Section" on create account page
    By ShopVille in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jun 2014, 08:47 PM
  2. Stumped trying to move "Your Cart is Empty" beside "Create Account"
    By sophie666 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Feb 2012, 12:02 AM
  3. I have a php closing tag symbol "?>" on the top left side Create Account Page - HELP!
    By techschema in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Aug 2010, 02:22 PM
  4. Can "create account" be used to edit/update account info?
    By toneyourlife in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Jun 2008, 12:47 AM
  5. Change "Create Account" Page
    By mthem2003 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 May 2008, 09:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg