I have dynamic image slide show in website sp2010 . the first picture is hyperlink to other website. I found for image in itemstyle.xsl Can I remove (hyperlink for image ) from itemstyle.xsl from site >> View All Site Content > Style Library > XSL Style Sheets > Style Library by download copy of itemstyle.xsl and edit from notepad then upload it . Can I? What's the steps?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
|
Yes, you can create a copy of the Itemstyle.xsl and edit it to suit your needs. After that, upload and publish it (!!). You will also need to refer to the customized CopyOfItemStyle.xsl (or whatever you call it) in the CQWP. There are two ways to do this:
You need to point the ItemXslLink property to the location of the custom item style file. If you edit the .webpart file, change the entry to look along the lines of the following
If you use SPD, just enter the path in the value of the property. |
||||
|
|