Dear All,  Here is the easiest way to make add custom column under your content query web part and then you can format it as you want.   Step 1:   Open Sharepoint design   Step 2:   Open site for sharepoint parent site collection   Step 3:   Locate the following folder  Style Library > XLS Style Sheets   Step 4:   Open "ItemStyle.xsl"  file   Add the custom style sheet as you want       <xsl:template name="[Your Style Name]" match="Row[@Style='[Your Style Name]']" mode="itemstyle">                                                     <xsl:param name="CurPos" />                            ...
Comments
Post a Comment