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
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!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Html Validation For Inktomi Submission
Started by
lemmata
, Sep 28 2003 11:39 AM
3 replies to this topic
#1
Posted 28 September 2003 - 11:39 AM
#2
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">
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
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
It all depends on what's not actually validating.
Jill
#4
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
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.
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









