Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link a css stylesheet to xsl output

Status
Not open for further replies.

yahoo182

Programmer
Jul 5, 2005
70
CA
Hi there I have the following code and this is part of my xsl output. However, I get an error saying that the </head> tag is not closed.
Do you know how I would like a external css to my xslt output?

Code:
<head>
<LINK rel="stylesheet" href="main.css" type="text/css">
</head>
 
The LINK tag is missing the closing slash or tag.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top