At 23:55 2002-09-28 -0700, Brandon Oto wrote: >on 9/28/02 4:30 PM, Liorean at [EMAIL-REMOVED] mumbled something about: > > There's also a few other methods, but those are not in wide use and > > learning them would currently just be information overloading. >*puzzled* >There are methods of applying CSS other than inline, linked (or imported), >and in the head? What are you thinking of? meta tags and http can supply a method akin to link. IE has a specific javascript mechanism it can use. (In difference to using the dom to add one of the previously mentioned methods) Then there's the xml pi. // Liorean