Re: [VE][106] Error Message Feedback

Hello Jukka and Jens

Thank you for both of your replies with the help.

> Presumably you are using the HTML 4.01 strict or an XHTML Doctype where  
> the NOWRAP attribute does not exist anymore.
> This attribute is deprecated in HTML 4.01 [1] but is still valid and 
> may  be used with the HTML 4.01 Transitional Doctype.
> 
> So either you choose a different Doctype for your page or consider 
> using  stylesheets[2] instead.

Ok,  I have added this item to my CSS, and use that to the same effect:

.table_top
{
	white-space : nowrap;
}


I had hoped that after the validation problems there would be
suggestions of fixes.  In the same way that if I write &foo in a url I
get an explanation of the problem, and a suggestion for fixing  (add
"&") etc.

Thank you for your help, Kind regards,

JG

-- 
Homepage: http://jguk.org/
Blog: http://jguk.org/#blog
Radio: http://jguk.org/#radio

Received on Saturday, 30 October 2004 13:50:35 UTC