Miva Merchant Community Forums

Page 2 of 2 FirstFirst 1 2
  1. #11
    Join Date
    Mar 2006
    Posts
    6,123

    Default Re: css quandry - category product listing page.

    You ignore them<g>. Seriously, W3C Validation is 'advisory' (and opinionated too). However, its a great tool to help you find serious problems with styles.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Get MORE Customers | Easy CSS Editing | Merchant Optimizer | Moogle (Google XML Site Map) | Free Modules | www.phosphormedia.com

  2. #12
    Join Date
    Apr 2007
    Location
    nj
    Posts
    67

    Default Re: css quandry - category product listing page.

    Thanks, Bruce

  3. #13
    Join Date
    Apr 2007
    Location
    nj
    Posts
    67

    Default Re: css quandry - category product listing page.

    Hi, just one mystery left on this site.
    My sitemap link in the global footer is still invisible.>
    -------------------------------------------
    Here is the page source for that area:


    </div> <div id="footer-links"> <ul> <li class="first-child"><a href="http://www.healingherbs.net/SFNT.html">Home</a></li> <li><a href="http://www.healingherbs.net/ABUS.html">About Us</a></li> <li><a href="http://www.healingherbs.net/CTUS.html">Contact Us</a></li> <li><a href="http://www.healingherbs.net/SARP.html">Shipping &amp; Returns</a></li> <li><a href="http://www.healingherbs.net/PRPO.html">Privacy Policy</a></li> <li><a href="http://www.healingherbs.net/FAQS.html">FAQs</a></li> <li><a href="http://www.healingherbs.net/PLST.html">All Products</a></li> <li id="footer-sitemap-link"><a href="http://www.healingherbs.net/SMAP.html">Sitemap</a></li> </ul> </div>

    Here is the global Footer code:

    <div id="footer-links">
    <ul> <li class="first-child"><mvt:item name="cssui_links" param="screen:SFNT">Home</mvt:item></li>
    <li><mvt:item name="cssui_links" param="screen:ABUS">About Us</mvt:item></li>
    <li><mvt:item name="cssui_links" param="screen:CTUS">Contact Us</mvt:item></li>
    <li><mvt:item name="cssui_links" param="screen:SARP">Shipping &amp; Returns</mvt:item></li>
    <li><mvt:item name="cssui_links" param="screen:PRPO">Privacy Policy</mvt:item></li>
    <li><mvt:item name="cssui_links" param="screen:FAQS">FAQs</mvt:item></li>
    <li><mvt:item name="cssui_links" param="screen:PLST">All Products</mvt:item></li>
    <li id="footer-sitemap-link"><mvt:item name="cssui_links" param="screen:SMAP">Sitemap</mvt:item></li>
    </ul>
    </div>

  4. #14
    Join Date
    Apr 2006
    Location
    North Carolina
    Posts
    626

    Default Re: css quandry - category product listing page.

    That is because your sitemap link is controlled by #footer-sitemap-link. Change the css on that id to the same way as you did your footer-links.

    As for the ampersand character: The only way to change links that do not validate is to go with the short links, so that you can control what is in your links. Global Settings >> Domain Settings >> SEO settings

    As for validation: In my opinion, it is always best to ensure that your code validates. So, do all you can to make that happen. If you cannot go to short links, then yes, you would ignore those errors.

    Hope this helps,

    Jamie
    Jamie Donaldson
    JSDVS Web Design / Development
    Web Design | Web Development | E-commerce Design & Integration

Posting Rules

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