Jump to content
Larry Ullman's Book Forums

Search the Community

Showing results for tags 'html validate errors'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Single Editions
    • Modern Javascript: Develop and Design
    • The Yii Book
    • Effortless Flex 4 Development
    • Building a Web Site with Ajax: Visual QuickProject
    • Ruby: Visual QuickStart Guide
    • C++ Programming: Visual QuickStart Guide
    • C Programming: Visual QuickStart Guide
    • Adobe AIR: Visual QuickPro Guide
  • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (5th Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)
    • PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (1st Edition)
  • PHP for the Web: Visual QuickStart Guide
    • PHP for the Web: Visual QuickStart Guide (5th Edition)
    • PHP for the Web: Visual QuickStart Guide (4th Edition)
    • PHP for the Web: Visual QuickStart Guide (3rd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (2nd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (1st Edition)
  • Effortless E-commerce with PHP and MySQL
    • Effortless E-Commerce with PHP and MySQL (2nd Edition)
    • Effortless E-Commerce with PHP and MySQL
  • PHP Advanced: Visual QuickPro Guide
    • PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)
    • PHP 5 Advanced: Visual QuickPro Guide (2nd Edition)
    • PHP Advanced: Visual QuickPro Guide
  • MySQL: Visual QuickStart Guide
    • MySQL: Visual QuickStart Guide (2nd Edition)
    • MySQL: Visual QuickStart Guide (1st Edition)
  • Other
    • Announcements
    • Newsletter, Blog, and Other Topics
    • Forum Issues
    • Social

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 1 result

  1. I have affiliate links that are causing a lot of HTML validation errors. I do not understand Javascript very well. Is there any way I can fix these myself. The company has stopped making updates for me. You will notice that the banners show the links and therefore look terrible. If I change the ShowURL form Y to N then the link does not click through. This is just cosmetic, though. I've setup a test page so you can see the banners/links and you can validate that page to see all the errors. http://adviceofthequeen.com/test.php Here is the first banner on that page: <p class="centered"><abbr title="Manual Do It Yoursef-see home page for details.">MDIY</abbr> free</p> <div class="centered-banner"> <script type="text/javascript" src="http://www.the-tree-of-life.com/lib/jquery/jquery.js"></script> <script type="text/javascript" src="http://www.the-tree-of-life.com/js/core.js"></script> <script type="text/javascript"> //<![CDATA[ if (typeof(cart_banner) == "undefined") var cart_banner = new Array(); cart_banner[25] = { BoxWidth: '236', BoxHeight: '16', OutlineColor: '#296DC1', TitleTextColor: '#FDFDFD', TextColor: '#333333', TextBackgroundColor: '#F9F9FF', ShowURL: 'Y' /* Y - yes; N - no*/ } //]]> </script> <script id="id_script_banner_25" type="text/javascript" src="http://www.the-tree-of-life.com/index.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids=&aff_id=55"></script> </div> And this is the second banner: <div class="centered-banner"> <script type="text/javascript" src="http://www.the-tree-of-life.com/lib/jquery/jquery.js"></script> <script type="text/javascript" src="http://www.the-tree-of-life.com/js/core.js"></script> <script type="text/javascript"> //<![CDATA[ if (typeof(cart_banner) == "undefined") var cart_banner = new Array(); cart_banner[28] = { BoxWidth: '236', BoxHeight: '16', OutlineColor: '#296DC1', TitleTextColor: '#FDFDFD', TextColor: '#333333', TextBackgroundColor: '#F9F9FF', ShowURL: 'Y' /* Y - yes; N - no*/ } //]]> </script> <script id="id_script_banner_28" type="text/javascript" src="http://www.the-tree-of-life.com/index.php?dispatch=aff_banner.view&bid=28&type=js_content&sl=EN&product_ids=&aff_id=55"></script> </div> This is some of the errors which I have edited to reduce length: W3C Markup Validation Service Errors found while checking this document as XHTML 1.0 Transitional! Result: 15 Errors, 25 warning(s) Validation Output: 15 Errors Warning Line 88, Column 129: cannot generate system identifier for general entity "bid" …om/index.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids… Error Line 88, Column 129: general entity "bid" not defined and no default entity …om/index.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids… Warning Line 88, Column 132: reference not terminated by REFC delimiter …index.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids=&a… Warning Line 88, Column 132: reference to external entity in attribute value …index.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids=&a… Warning Line 88, Column 136: cannot generate system identifier for general entity "type" …x.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids=&aff_i… Error Line 88, Column 136: general entity "type" not defined and no default entity …x.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids=&aff_i… Info Line 88, Column 135: entity was defined here …ex.php?dispatch=aff_banner.view&bid=25&type=js_content&sl=EN&product_ids=&aff_…
×
×
  • Create New...