| Author |
Message |
   
Ken B (mail)
Member Username: mail
Post Number: 12 Registered: 10-2003 Posted From: 172.166.254.46
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 20, 2003 - 08:01 pm: |
|
Hi Frank When I added your script, the search engines denied my submission and all the optimization programs say your script has errors.You cant get ranked unless these are corrected. I am sure they are simple to correct so let me know. Here is the exact listing. Thanks Ken :<form> 0244:<p>Email address: <[26]^input><br>First name:Â Â Â Â Â ----:[26]^Error: tag <input> missing required attribute "type".Click here to learn more 0245:<[27]^input><br>Last ----:[27]^Error: tag <input> missing required attribute "type".Click here to learn more 0246:name:Â Â Â Â Â <[28]^input><br></p><input> ----:[28]^Error: tag <input> missing required attribute "type".Click here to learn more 0247:<input> <INPUT type=hidden value=eng 0248:name=language> 0249:<p><input></p></form> 0250:<p><span><font color="#000000"> 0251:[29]^[30]^[31]^[32]^[33]^<hr> ----:[29]^Error: missing </font> end tag before <hr> tag.Click here to learn more ----:[29]^Hint: <hr> element NOT allowed in <font >...</font> element. ----:[29]^Repair: inserting </font> tag before <hr> element. ----:[31]^Error: missing </span> end tag before <hr> tag.Click here to learn more ----:[31]^Hint: <hr> element NOT allowed in <span>...</span> element. ----:[31]^Repair: inserting </span> tag before <hr> element. 0252:[34]^[35]^</font>[36]^[37]^</span> ----:[34]^Error: unexpected </font> end tag in <blockquote> element.Click here to learn more ----:[34]^Hint: error may be result of moving, removing or inserting tag. ----:[35]^Repair: discarding unexpected </font> tag. ----:[36]^Error: unexpected </span> end tag in <blockquote> element.Click here to learn more ----:[36]^Hint: error may be result of moving, removing or inserting tag. ----:[37]^Repair: discarding unexpected </span> tag. 0253:<p>[38]^</p> ----:[38]^Repair: trimming empty <p> element.
|
   
Frank Bauer (support)
Moderator Username: support
Post Number: 488 Registered: 03-2001 Posted From: 212.185.222.224

Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 20, 2003 - 10:02 pm: |
|
Hello Ken, Don't worry... adding "incorrect" HTML code will not prevent your site from being listed in the search engines. And BTW: The code you added is not the one that the script provides for you through the "HTML Code / Links" feature. I use HTML forms all over my site and most likely there are also at some points HTML formating mistakes... still, the site is listed in all major search engines. Anyway, here is a "fixed" example form: <form method="POST" action="http://www.yourdomain.com/cgi-bin/mmf/sub.pl"> <p>Email address: <input type="text" name="email" size="20"><br> First name: <input type="text" name="fname" size="20"><br> Last name: <input type="text" name="lname" size="20"><br> 4th Field: <input type="text" name="misc1" size="20"></p> <input type="hidden" name="task" value="subscribe"> <input type="hidden" name="list" value="test"> <input type="hidden" name="language" value="eng"> <p><input type="submit" value="Add Address"></p> </form> To "fix" your own HTML form... simply follow the instructions your optimization program gave you: [26] -> add: type="text" [27] -> add: type="text" [28] -> add: type="text" [29] -> add: </font> tag before <hr> element [31] -> add: </span> end tag before <hr> tag [34] -> move or remove </font> tag [36] -> move or remove </span> tag [37] -> move or remove </span> tag [38] -> remove <p></p> tags Sincerely, Frank Bauer ============================================================ Would you like more... ? Scripts & Service for Webmasters http://www.add2it.com ...Helping you succeed online... ============================================================
|
|