- From: Dave J Woolley <DJW@bts.co.uk>
- Date: Mon, 21 Feb 2000 11:33:46 -0000
- To: "'www-amaya@w3.org'" <www-amaya@w3.org>
> From: "Miguel A. Calero Fernández" [SMTP:calero@earthling.net] > > Although i have investigated, i cant find a way for including <font > face="..."> in the View Structure. Is this possible? Am i asking a gossip? > <font ..> is deprecated. <layer...> never was in HTML; it is a Netscapism. Whilst I don't guarantee that Amaya handles all of these, the correct way to do fonts is with style sheets, preferably by applying them to an appropriate inline element, such as EM, but, if there is no suitable element, by using the neutral inline element, SPAN. The correct way of doing layer is by using absolute (or fixed) positioning with style sheets. NB Netscape only allows this on DIV, whereas any block (and possibly inline) element should accept it. Amaya is primarily an authoring tool for the strict version of HTML 4, although it does have concessions to some common usage.
Received on Monday, 21 February 2000 06:38:32 UTC