Tagged Questions
0
votes
2answers
43 views
SharePoint 2010 - Search Web Parts - Modify XSL
Ok … I am getting a little out of my depth here and need some help. I am pretty new to branding but make some really good strides, have our own master pages, page layouts and everything is working ...
4
votes
1answer
381 views
Search box disappears on search result page when using a customer masterpage
I have created a custom master page. I display the search box on the page using the following code:
<asp:ContentPlaceHolder ID="PlaceHolderSearchArea" runat="server">
...
0
votes
1answer
389 views
SmallSearchInputBox on the search result page
I have a custome master page. On this I am including the SmallSearchInputBox control at the top of the page.
<asp:ContentPlaceHolder ID="PlaceHolderSearchArea" runat="server">
...
5
votes
5answers
4k views
How to change the style of the Search box?
I would like to change the image next to the search box to a styled input button.
Do I need to create a new delegate control to do this? Can I do this with css, if so how?
This is the standard ...
0
votes
1answer
442 views
can we replace the search box controls with standard controls without using a “Feature”?
In sharepoint 2010,
can we just add a text box and a button to the master page, and when the button gets a click it queries the regular sharepoint search page and pass the barameters?
if yes what ...
2
votes
4answers
2k views
How do we change the search box image?
We want to change the look of the search box, specifically the image.
CSS won't work. We have a regular publishing site in SP2010 and we're modifying the master page v4.master.
The current image ...
2
votes
3answers
687 views
What is the easiest way to style/design the search box in SP2010?
I think we have three options, correct me if wrong:
Implement a feature
Override the search classes in my style.css (.s4-search table, .s4-search input, .s4-search .ms-searchimage)
Implement a new ...