[thelist] validate this

david braun david.braun at centralnet.ch
Tue Sep 11 07:31:59 CDT 2001


[07.09.2001 - 15:44 Uhr]
george klingenhoffer wrote:

> the one thing preventing my page from validating is
> this line of javascript:
> 
> document.write ("<style type='text/css'
> media='all'>@import 'fancy.css';</style>")
> 
> how do i change that to validate?

document.write ("<style type='text/css' media='all'>@import 'fancy.css';<" + "/style>")

this should do the trick (this syntax-checker of yours doesn't recognize
the opening tag, so have it not recon the end-tag, neither)

hth
david




More information about the thelist mailing list