Thread: switching sides

Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    462
    Plugin Contributions
    0

    Default switching sides

    here left words to right and right field to left

    if you understand me . i want switching .

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,916
    Plugin Contributions
    3

    Default Re: switching sides

    This may work

    in stylesheet.css, find


    Code:
    LABEL.inputLabel {
    	width: 9em;
    	float: left;
    	}
    Change to

    Code:
    LABEL.inputLabel {
    	width: 9em;
    	float: right;
    	}
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

 

 

Similar Threads

  1. Adding an image to both sides of the mainwrapper
    By Crooked_Halo in forum General Questions
    Replies: 3
    Last Post: 29 Sep 2008, 04:03 AM
  2. adding graphics to the sides
    By jsottesen in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jan 2008, 06:39 AM
  3. need help adding an image to the sides of my site
    By fatddrfreak in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Nov 2007, 05:08 AM
  4. How can I add an image on both sides of the cart
    By Barcelona in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Jul 2007, 10:57 PM
  5. seperators in sides boxes?
    By g0d4lm1ty in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Dec 2006, 04:37 PM

Bookmarks

Posting Permissions

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