HTML help requested
May. 19th, 2004 11:04 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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
Date: 2004-05-20 08:30 am (UTC)[sometag] [table] ...
no subject
Date: 2004-05-20 08:33 am (UTC)no subject
Date: 2004-05-20 09:15 am (UTC)no subject
Date: 2004-05-20 09:32 am (UTC)no subject
Date: 2004-05-20 09:14 am (UTC)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
Date: 2004-05-20 09:41 am (UTC)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
Date: 2004-05-20 10:26 am (UTC)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
Date: 2004-05-20 11:03 am (UTC)no subject
Date: 2004-05-20 09:10 pm (UTC)And more to the point, I learned more about HTML.