Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Validation Errors for HTML

    I apparently need help on getting rid of all these errors once and for all.

    It says I have 124 errors, I know some of them are in the define_main_page and I understand it doesn't like the "&" in the url's, so i changed them all to "& but it doesn't stay that way.

    Other errors, I am not sure what it is telling me.

    website

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Validation Errors for HTML

    I wouldn't worry too much about Validation errors from special characters used within a path / URL. A nice Mod for that is the latest version of Ultimate SEO URLs.


    What you need to do is correct some of the HTML coding logic errors like:

    <br>

    should be

    <br />


    <!-- bof breadcrumb -->
    <div id="navBreadCrumb"><ul class="back">Home
    </ul></div>
    <!-- eof breadcrumb -->

    should be

    <!-- bof breadcrumb -->
    <div id="navBreadCrumb"><ul class="back"><li>Home</li>
    </ul></div>
    <!-- eof breadcrumb -->


    You would need to go through your Template files to find and correct those type errors.

    The two files I suggest to start with are:

    includes/templates/CUSTOM/common
    tpl_main_page.php & tpl_tabular_display.php

  3. #3
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Validation Errors for HTML

    Ahhh..yeah I had no idea what that meant. I'll see if I can fix some of those errors.

 

 

Similar Threads

  1. Validation Errors
    By vitalwares in forum General Questions
    Replies: 6
    Last Post: 31 May 2008, 10:15 AM
  2. Validation Errors
    By fantasticals in forum General Questions
    Replies: 2
    Last Post: 1 Apr 2008, 06:38 PM
  3. I need help fixing HTML validation errors
    By Exalt in forum General Questions
    Replies: 2
    Last Post: 29 Jan 2008, 08:42 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