Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: Rework product page - look!

    That worked great the missing } had me really messed up. What editor do you suggested I use. I am using front page. I did not realize that it was adding codeing.

    Now the problem is I want the discription to be just to the right of the main photo and have the attributes moved up. This will keep every thing nice and tight so you do not need to scroll down.

    Again Thanks so much. I am starting to grasp this a little more

    RJ

  2. #2
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: Rework product page - look!


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

    Default Re: Rework product page - look!

    Frontpage is evil :)
    It will mess up your code, as you have seen.

    The best way to edit PHP files is to ftp them to your pc and use a good file editor like Notepad++ or CrimsonEditor (both available free from www.sourceforge.net). Then ftp the edited file back to your site. This leaves you a backup copy on your pc as an added bonus.

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

    Default Re: Rework product page - look!

    You still have a <br class="clearBoth" /> at the end of your Additional Product Images code.

    You may get more consistent results by giving the description a big left margin instead of floating it.
    Code:
    /*beginning of additional images code*/
    h1#productName, h2#productPrices, #productDescription {
        margin-left: 240px;
        padding-left: 0;
        }
    
    #productDescription p, #productDescription font {
        margin-left: 0;
        padding-left: 0;
        }
    
    #productAdditionalImages {
        width: 230px;
        }
    
    #productAdditionalImages img {
        margin : 1em 0 1em 0;
        float : left;
        } 
    
    #productAdditionalImages .clearBoth {display: none;}
    /*end of additional images code*/

  5. #5
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: Rework product page - look!

    Thats what I am talking about.

    Glen Thats great. Now to work on cleaning up these files. Is there an editor that has a that will show the PHP errors?

    Thanks RJ

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

    Default Re: Rework product page - look!

    You can run your site through the W3C HTML Validator (http://validator.w3.org/).

    For individual files, Notepad++ has PHP color-coding and will indicate syntax errors.

 

 

Similar Threads

  1. How to change look of product page?
    By damage11 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 3 Nov 2012, 08:41 PM
  2. make my product page look like this....
    By n_t_r in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Oct 2011, 02:24 AM
  3. Product Page -Want it to look like...
    By kidzcomfort in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 10 Aug 2009, 02:31 AM

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