Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



SEO Class in Chicago, IL

Learn How To Optimize Your Website on July 26, 2013


Looking for personalized in-depth SEO training among your peers?



High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!



 


Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!



Photo

Html Validation For Inktomi Submission


  • Please log in to reply
3 replies to this topic

#1 lemmata

lemmata

    HR 2

  • Active Members
  • PipPip
  • 27 posts
  • Location:Baltimore, MD

Posted 28 September 2003 - 11:39 AM

hey guys.
i use positiontech.com to submit to Inktomi and they have a html validator utility that checks html syntax.

1.)
Is it really necessary to have a perfect page with NO errors?


2.)
Also, as a side note, I keep getting this error :

The "height" attribute is not valid for the "tr" element. The valid attributes for this element are: "align", "background", "bgcolor", "bordercolor", "bordercolordark", "bordercolorlight", "char", "charoff", "class", "dir", "id", "lang", "language", "msimagelist", "nowrap", "onblur", "onclick", "ondblclick", "ondragstart", "onfilterchange", "onfocus", "onhelp", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onresize", "onselectstart", "style", "title", "valign", "xml:lang", and "xml:space".


for this line of code:

<tr height="208">

What am i doing wrong?

Thanx

#2 qwerty

qwerty

    HR 10

  • Moderator
  • 8,323 posts
  • Location:Somerville, MA

Posted 28 September 2003 - 01:04 PM

The height attribute for table rows and cells is deprecated in HTML 4.01, and not supported at all in XHTML 1.0. That doesn't mean you can't do it in HTML; just that they advise against it.

One thing you could do (I think) is create a class in your CSS, like
.208
{
height: 208px
}

And then in your HTML,
<tr class="208">

#3 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,379 posts

Posted 28 September 2003 - 02:00 PM

I don't believe that perfect html is required to be listed in Inktomi or any engine.

It all depends on what's not actually validating.

Jill

#4 MakeMeTop

MakeMeTop

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 345 posts
  • Location:Northern Ireland

Posted 29 September 2003 - 03:23 AM

The primary reason for having the HTML checker is to make sure that glaring errors are not overlooked - like the ending quote mark (") on a description tag or failure to close an important tag. These things can be easily overlooked but can cause awful problems with indexing! I know :D

Obviously, the more accurate the HTML is, the safer you are - but Jill is right, things like height tags etc., are not going to have an effect on indexing.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users