July 15, 200520 yr Was wondering if you can incorporate a cascading style sheet into xml pages. I have a CSS but have not been able to get it to work. thanks, nick
July 28, 200520 yr Nick, I'm glad you got it working! You should tell us what was wrong, so others don't make the same mistakes, eh? I tend to use *external* .css files and not _embed_ any CSS in my XSLT (or HTML). It's easy to use the same stylesheet for all pages, It's easy to make a change in one place... Use them like this:
August 5, 200520 yr Author it was a matter of placing the stylesheet in the proper location. the only way i could get the style sheet to work was putting it in the "documents" folder on the web server and calling it from there instead of putting it in the xslt folder where the rest of the pages are kept. so my href would be
Create an account or sign in to comment