HTML help requested
I'm using the validator at w3.org to check my web pages. It's caught some stuff, but there's one "error" that I'm tearing my hair over.
It doesn't like the table tag. The specific error it's giving is:
document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
Anybody want to explain what the hell they are talking about?
It doesn't like the table tag. The specific error it's giving is:
document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
Anybody want to explain what the hell they are talking about?
no subject
[sometag] [table] ...
no subject
no subject
no subject
no subject
In fact, here's the entirety of the doc up thru the start of the table:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Brooke's Adult Check</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FF0000">
<div align="center">
<font size="+2">
<table width="80%" border="0" align="center">
no subject
But the answer is: a font can't hold a table. under the rules. the latest "rules" say front is old don't use it anymore, use styles instead.
no subject
I don't know "styles" yet, and I'd just as soon put them off a bit longer.
Moving the font tag helped, now I've got problems with "div align=" which is probably the same sort of thing.
no subject
no subject
And more to the point, I learned more about HTML.