Thread
:
linking to an external CSS file
View Single Post
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
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
View Public Profile
Find More Posts by MCookie