1
vote
1answer
33 views

Removing webpart from gallery breaks existing pages?

I have one webpart that is breaking some of my pages and I don't want it to be available on the gallery for adding it to a page however I have some pages where I do use the webpart, my question is: If ...
0
votes
2answers
146 views

mailto link in IE breaks after adding Search Core Results Web Part

I'm trying to create a link that pops open a new email in outlook: <a href="mailto:someaddress@mail.com?subject=blah">Feedback</a> and this works fine in firefox, but in IE9 it's ...
1
vote
1answer
2k views

Add gradient background color to list view rows with jQuery

In SharePoint 2007 using Content Types and editting NewForm.aspx with jQuery I've managed to customize the look of a new item, adding a gradient color identity for each Content Type. I want to ...