dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Call for volunteers: HTML pretty printer


From: Chris Smith
Subject: Re: [DotGNU]Call for volunteers: HTML pretty printer
Date: Wed, 28 May 2003 12:49:48 +0100
User-agent: KMail/1.4.3

Just some stuff for reference - hence not going to the list...

On Wednesday 28 May 2003 04:20, Gopal V wrote:
> Your code seems to have gone too deep into <font> hell :-)

Font tags behave badly across different browsers, daft as it sounds.
For this reason <font> tags are now _VERY_ deprecated. Don't use them, use a 
class instead (within span tags if necessary). 
You can embbed the class declaration at the start of the html page.
Browsers are never going to stop allowing the font tag, but don't expect them 
to render things exactly as you wish.

>  <font class="lineno">1 </font>

Instead you must do <span class="lineno">1</span>
Font should never be used (anymore).

HTML hat on.
HTML hat off.

Cheers,
Chris
-- 
Chris Smith
  Technical Architect - netFluid Technology Ltd.
  "Internet Technologies, Distributed Systems and Tuxedo Consultancy"
  E: address@hidden  W: http://www.nfluid.co.uk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]