Posted by mbstevens on 06/24/07 16:50
On Sun, 24 Jun 2007 09:04:51 -0400, Jonathan N. Little wrote:
> As I said before, the practice of hiding both stylesheet and JavaScript
> code is obsolete
....and is (usually) best avoided altogether by using external files for
them instead of in-line coding. It makes them available to other pages,
and avoids mixing code and markup in confusing ways.
[Back to original message]
|