View Single Post
Old 01-18-2013, 05:46 PM   PM User | #4
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
jag157 your style sheet id for a menu (menu2) that is contained in a div. Your xml/xsl does not have any menu or div in it so the stylesheet wont work for it.

Add this to the end of the stylesheet and watch the change in the xml styling.
Code:
h2{
	color: blue;
}
h3{
	color: pink;
}
tr{
	background-color: green;
}
Did you want to add a menu to the html the xsl does?
sunfighter is offline   Reply With Quote