>
> +#define HTML_FONT_RED "<font color=\"#FF0000\">"
FONT is a deprecated element in HTML 4.0; the correct approach is to
add class attributes, possibly using SPAN elements, then use a style
sheet. B and I are discouraged, but not deprecated. The same style
sheet can set bolding based on the same class attribute. Inline
style sheets should work with NS 4+ and IE 3+ for colour and font
weight.
Colours need to be set for the whole document, otherwise a user could
set the background colour to yellow or red, for example.
Incidentally, if someone is changing the HTML, it is currently
invalid because it contains TABLE, but no <!DOCTYPE...; TABLE is not
permitted in HTML 2.0. I'd suggest adding an HTML 4.0 transitional
DOCTYPE line.
PS the attachments where incorrectly labelled as
application/octet-stream.
-- David Woolley - Office: David Woolley <djw@bts.co.uk> BTS Home: <david@djwhome.demon.co.uk> Wallington TQ 2887 6421 England 51 21' 44" N, 00 09' 01" W (WGS 84)Received on Wed Mar 10 1999 - 08:01:09 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:45:11 MST