Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, everyone
I've following web.sitemap code block.
<pre lang="xml"><?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0">
<siteMapNode url="~/" title="Home" description="Go to the homepage">
<siteMapNode url="~/" title="Contact"
description="" />
<siteMapNode url="~/" title="About"
description="" />
</siteMapNode>
</siteMap>


And i need to add an individual css propertioes to the title home,contact and about.
Gracias.:D
Posted
Updated 1-Jul-11 1:32am
v2

1 solution

Add a cssclass attribute and set it to the desired pre-defined css class.
 
Share this answer
 
v2
Comments
prathoven 1-Jul-11 10:08am    
I added john but it had no effects...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900