View Single Post
Old 08-31-2002, 11:04 AM   PM User | #2
MCookie
Regular Coder

 
Join Date: Jun 2002
Location: NL
Posts: 421
Thanks: 0
Thanked 0 Times in 0 Posts
MCookie is an unknown quantity at this point
Hi,
don't know about XML, but on my XHTML pages I use either this:

<style type="text/css" media="all">@import "/style.css";</style>

or this:

<link rel="stylesheet" media="all" href="/style.css" type="text/css" />

to link to css files
MCookie is offline   Reply With Quote