Author Topic: [REQ] Kurts Color Search Mod HTML Validation problems.. can you help fix??  (Read 4994 times)

0 Members and 1 Guest are viewing this topic.

Offline AntiNSA2

  • Hero Member
  • *****
  • Posts: 774
  • As long as I can finish my site before I die.
    • View Profile
    • http://www.thelifephotography.com
Im using the late and great color search mod, however my site has 1300 site validation issues which may be keeping google from indexing my site and I am trying to fix them . A lot of issues are errors from his mod, which runs great.

There error is:
Code: [Select]
#  Line 1869, column 27: document type does not allow element "TD" here

<input name="search_fields" value="image_farbton" type="hidden">


which with the two lines before and two lines after is this ;
Code: [Select]
# <form method="post" action="./search.php">
# <td width="12" height="12>
# <input name="search_fields" value="image_farbton" type="hidden">
# <input name="search_keywords" value="802000" type="hidden">
# <input name="show_result" value="1" type="hidden">

While trying to get suport from google webmaster forum they suggested I correct these errors...

So why is the TD Element not allowed? I have no idea... thanks if you know!

and this error:
Code: [Select]
an attribute value literal can occur in an attribute specification list only after a VI delimiter



Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

    * Line 845, column 27: an attribute value literal can occur in an attribute specification list only after a VI delimiter

      <input name="search_fields" value="image_farbton" type="hidden">


http://validator.w3.org/check?uri=http%3A%2F%2Fthelifephotography.com%2F&charset=(detect+automatically)&doctype=Inline&ss=1&outline=1&group=1&No200=1&verbose=1&st=1&user-agent=W3C_Validator%2F1.654
As long as I can finish my site before I die.

Offline relu

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • Pulsarmedia
Re: [REQ] Kurts Color Search Mod HTML Validation problems.. can you help fix??
« Reply #1 on: February 04, 2013, 02:19:13 AM »
can you please tell me where we can find the color search mod?