Re: Amaya ignores COL tag

Rich Pasco wrote:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <HTML>
> <HEAD>
> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <TITLE>Col test</TITLE>
> </HEAD>
>
> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#660099"
> ALINK="#FF0000">
> <TABLE BORDER=1>
> <col width=100 align=right>
>   
You have used the col element incorrectly. It must be nested in a 
colgroup element. I wouldn't expect this to pass the W3C validator.

Archer

End.

Received on Monday, 28 August 2006 00:43:11 UTC