It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://texturestudios.net/contact

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="">
  3.    <head>
  4.  
  5.        
  6.        <title>Business Web Directory</title>
  7.        
  8.        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.        <script type="text/javascript">
  10.            var DOC_ROOT = 'https://www.texturestudios.net';
  11.        </script>
  12.        
  13.  
  14.        <meta name="viewport" content="width=device-width, initial-scale=1">
  15.  
  16.  
  17. <link rel="stylesheet" type="text/css" href="/templates/Allure/style/column.css" />
  18. <link rel="stylesheet" type="text/css" href="/templates/Allure/style/form.css" />
  19. <link rel="stylesheet" type="text/css" href="/templates/Allure/style/main_min.css" />
  20.        <link rel="stylesheet" type="text/css" href="/templates/Allure/style/colors/default-theme.css" />
  21.         <!--[if IE 7]>
  22.   <link rel="stylesheet" type="text/css" href="/templates/Allure/style/ie7.css" />
  23.  <![endif]-->
  24.  
  25.        
  26.        <link rel="stylesheet" type="text/css" href="/templates/Core/DefaultFrontend/style/select2.css"  />
  27.        <link rel="stylesheet" type="text/css" href="/templates/Core/DefaultFrontend/style/fg.menu.css" />
  28.        <link rel="stylesheet" type="text/css" href="/templates/Core/DefaultFrontend/style/theme/jquery-ui-1.8.23.custom.css"  />
  29.  
  30.  
  31.        
  32.                                    <meta name="keywords" content="Business web directory,Web directory, local businesses, reliable listings, credible listings,  web listings, business listings, local services,Texture Studios," />
  33.                                       <meta name="description" content="Find reliable and credible web and business listings in Texture Studios, a comprehensive business web directory. Search local businesses and services today." />
  34.                                        <meta name="author" content="Texture Studios  Business  Directory" />
  35.                                        <meta name="copyright" content="Copyright (c) 2009 by Texture Studios Business Directory. All rights reserved!" />
  36.                                        <meta name="robots" content="index,follow" />
  37.                    
  38.        
  39.        <meta name="generator" content="PHP Link Directory 5.3" />
  40.  
  41.        
  42.          
  43.  
  44.                <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  45.        <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  46.        
  47.        
  48.            <script type="text/javascript">
  49.             var $ = jQuery.noConflict();
  50.            </script>
  51.        
  52.  
  53.        <script type="text/javascript" src="/javascripts/jquery/jquery.select2.js"></script>
  54.        <script type="text/javascript" src="/javascripts/jquery/jquery.fg.menu.js"></script>
  55.  
  56.        
  57. <style type="text/css">
  58. body {
  59.  
  60.  
  61. }
  62. </style>
  63.  
  64.        <script type="text/javascript" src="/javascripts/jquery/jquery.wookmark.js"></script><script type="text/javascript" src="/javascripts/zeroclipboard/ZeroClipboard.js"></script>
  65.        
  66.  
  67.        <link rel="stylesheet" type="text/css" href="/templates/Allure/style/responsive.css" />
  68.  
  69.    </head>
  70.    <body>
  71.        <div class="phpld-wbox">
  72.            
  73. <div class="userPanel">
  74.            <a href="/login" class="btn-slide">Login</a>
  75.        &nbsp;|&nbsp;
  76.        <a href="/user/register" title="Register new user">Register</a>
  77.        </div>
  78.  
  79.            <div class="phpld-clearfix"></div>
  80.  
  81.            <div class="header">
  82.                <div class="headerLogo">
  83.                        <a href="/" title="Business Web Directory">
  84.        <img src="/logo_thumbnail.php?pic=/uploads/Texture Logo.png&amp;width=75" style="margin: 0px 0px 0px 0px;" alt="Business Web Directory" />
  85.    </a>
  86.  
  87.                </div>
  88.                
  89.  
  90. <script type="text/javascript">
  91.  
  92. var servername = ""+"/Search/ajaxSearchLinks/";
  93.  
  94. function split( val ) {
  95.    return val.split( /,\s*/ );
  96. }
  97.  
  98. function extractLast( term ) {
  99.    return split( term ).pop();
  100. }
  101.  
  102. function linkFormatResult(link) {
  103.    //<![CDATA[
  104.    var markup = "<hr \/><div class='listing-list-item ajax-search-result'>";
  105.    markup += "<div class='link-info'><div class='listing-title'><a href='"+link.url+"'><b>" + link.title + "</b></a></div>";
  106.    if (link.description !== undefined) {
  107.        markup += "<div class='description'><a href='"+link.url+"'>" + link.description + "</a></div>";
  108.    }
  109.    markup += "</div></div>"
  110.    return markup;
  111.    //]]>
  112. }
  113.  
  114.  
  115. function linkFormatSelection(link) {
  116.     return link.title;
  117. }
  118.  
  119. var currEnteredData = null;
  120.  
  121. jQuery(document).ready(function($){
  122.    $("#autoquery").select2({
  123.        placeholder:"Search for a link",
  124.        minimumInputLength:1,
  125.        ajax:{
  126.            url:servername,
  127.            dataType:'json',
  128.            quietMillis:100,
  129.            allowClear:true,
  130.            data:function (term, page) { // page is the one-based page number tracked by Select2
  131.                return {
  132.                    linkQuery: {q: term, loc: $("#autoquery-location").val()}, //search term
  133.                    page_limit:100 // page size
  134.                };
  135.            },
  136.        results:function (data, page) {
  137.            // notice we return the value of more so Select2 knows if more results can be loaded
  138.            for (x in data.result) {
  139.                data.result[x].id = data.result[x].url;
  140.            }
  141.            data.result.unshift({'id':data.url, 'title':currEnteredData, 'url':'/search?search='+currEnteredData})
  142.            return {results:data.result};
  143.        }
  144.    },
  145.  
  146.    formatResult:linkFormatResult, // omitted for brevity, see the source of this page
  147.  
  148.    formatSelection:linkFormatSelection // omitted for brevity, see the source of this page
  149.  
  150.    }).on('change', function(event){
  151.  
  152.        document.location.href = $(this).val();
  153.  
  154.    });
  155.  
  156.  
  157.  
  158.    jQuery(".select2-search input[type='text']").keyup(function(event){
  159.        currEnteredData = jQuery(this).val();
  160.  
  161.    });
  162.  
  163. jQuery("#search_form").submit(function(){
  164. jQuery("#autoquery").val(currEnteredData);
  165. });
  166.  
  167. });
  168.  
  169.  
  170.  
  171. </script>
  172.  
  173.  
  174.  
  175. <form class="phpld-form headerSearch" action="/search" method="get" id="search_form">
  176. <div class="phpld-columnar phpld-equalize" style="overflow: visible">
  177.     <div class="phpld-fbox-text float-left" style="margin-top:5px;">
  178.         <input name="search" maxlength="150" id="autoquery" style="width: 400px;" value="" />
  179.     </div>
  180.     <div class="phpld-fbox-button float-left " style="position:absolute; margin-top:7px;">  
  181.         <input class="button phpld-searchbutton" type="submit" value="GO" />
  182.     </div>
  183. </div>
  184. </form>
  185.  
  186.            </div>
  187.        </div>
  188.        
  189.        <div class="phpld-clearfix"></div>
  190.  
  191.        <div id="nav">
  192.            <div class="phpld-wbox">
  193.                <div class="phpld-hlist">
  194.                    <ul><li><a href="https://www.texturestudios.net/submit">Submit Link</a></li><li><a href="https://www.texturestudios.net/latest">Latest Links</a></li><li><a href="https://www.texturestudios.net/top">Top Hits</a></li><li><a href="https://www.texturestudios.net/contact">Contact</a></li></ul>
  195.               </div>
  196.            </div>
  197.        </div>
  198.  
  199.        <div class="phpld-wbox">
  200.        <div class="phpld-clearfix"></div>
  201.        <div class="content-wrapper"><div class="path">    <div class="breadcrumbs">
  202.            <span>
  203.            <a href="https://www.texturestudios.net/">                Business Web Directory
  204.            </a>
  205.                            <span class="divider">/</span>
  206.                    </span>
  207.                    <span>
  208.                            Contact
  209.            
  210.                    </span>
  211.            
  212.    </div>
  213. </div><div class="phpld-column linearize-level-1"><div class="phpld-col3"  style="margin-left:10px;margin-right:10px;"><div class="phpld-cbox"><div class="phpld-grid phpld-full phpld-widget" id="widget_3">
  214.    <div class="boxTop"></div>
  215.        <form method="post" action="" id="submitForm" class="phpld-form"><div class="contactPage"><div class="phpld-columnar phpld-equalize"><div class="phpld-label float-left"><span class="phpld-required">*</span>Name:</div><div class="phpld-fbox-text float-left"><input type="text" id="NAME" name="NAME" value="" size="40" class="text" /></div></div><div class="phpld-columnar phpld-equalize"><div class="phpld-label float-left"><span class="phpld-required">*</span>Your Mail:</div><div class="phpld-fbox-text float-left"><input type="text" id="EMAIL" name="EMAIL" value="" size="40" maxlength="255" class="text" /></div></div><div class="phpld-columnar phpld-equalize"><div class="phpld-label float-left"><span class="phpld-required">*</span>Subject:</div><div class="phpld-fbox-text float-left"><input type="text" id="SUBJECT" name="SUBJECT" value="" size="40" maxlength="255" class="text" /></div></div><div class="phpld-columnar phpld-equalize"><div class="phpld-label float-left"><span class="phpld-required">*</span>Message:</div><div class="phpld-fbox-text float-left"><textarea id="MESSAGE" name="MESSAGE" rows="10" cols="50" class="text"></textarea></div></div><div><div class="phpld-columnar phpld-equalize"><div class="phpld-label"><span class="phpld-required">*</span>Enter the code shown:</div><div class="phpld-fbox-text float-left"><input id="IMAGEHASH" name="IMAGEHASH" type="hidden" value="c713cc1f331ed8d62350e45508bf29ad" /><input class="required text" id="CAPTCHA" name="CAPTCHA" type="text" value="" size="7" maxlength="7"/><label for="CAPTCHA" id="captcha_validation" style="float: none; color: red; padding-left: .5em; "></label><div style="clear: both;"></div><p class="small">This helps prevent automated registrations.</p><img src="/captcha.php?imagehash=c713cc1f331ed8d62350e45508bf29ad" class="captcha" alt="Visual Confirmation Security Code" title="Visual Confirmation Security Code" /></div></div></div><div class="phpld-columnar phpld-equalize"><div class="phpld-fbox-button"><div class="float-right"><input type="submit" id="continue" name="continue" value="Continue" class="button" /></div></div></div><input type="hidden" name="formSubmitted" value="1" /></div></form>
  216. </div>
  217. </div></div></div></div><div class="footer">Powered By: <a href="http://www.phplinkdirectory.com" title="powered by PHP Link Directory"> PHP Link Directory </a></div><script async src="https://www.googletagmanager.com/gtag/js?id=G-23RGN53T64"></script>
  218. <script>
  219.  window.dataLayer = window.dataLayer || [];
  220.  function gtag(){dataLayer.push(arguments);}
  221.  gtag('js', new Date());
  222.  
  223.  gtag('config', 'G-23RGN53T64');
  224. </script><script type="text/javascript">
  225.    /* <![CDATA[ */
  226.    var root = '';
  227.    
  228.    var a = document.getElementsByTagName("a");
  229.    for(i = 0; i< a.length; i++)
  230.        if(a[i].id != '')
  231.            a[i].onclick = count_link;
  232.    function count_link(event) {
  233.        i = new Image();
  234.        i.src= root+'/cl.php?id='+this.id;
  235.        return true;
  236.    }
  237.  
  238.    
  239.    /* ]]> */
  240. </script></body></html>
  241.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda