Results 1 to 10 of 12

Hybrid View

  1. #1
    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*/

  2. #2
    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

  3. #3
    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