Hi,
I am trying to add a tag cloud to the portfolio section on our web site - www.kaali.com/portfolio.html.
We are redesigning the web site. I'm working with ASP .net 3.5 / C#.
Need help
CODE
<a href="#section1" class="big">.Net</a>
<a href="#section2" class="big">.Net2.0</a>
<a href="#section5" class="small">Silverlight</a>
<a href="#section4" class="big">SQLServer2005</a>
<a href="#section11" class="big">Ajax</a>
<a href="#section9" class="medium">Framework </a>
<a href="#section6" class="medium">SDK5.0</a>
<a href="#section3" class="medium">Windows</a>
<a href="#section8" class="big">Infragistics</a>
<a href="#section6" class="medium">SDK</a>
<a href="#section6" class="small">JSON</a>
<a href="#section10" class="medium">Expression Web</a>
<a href="#section7" class="small">Microsoft</a>
<a href="#section10" class="medium">Expression Blend</a>
Many thanks,
Helen