Sharepoint: <SPSWC:PageHeader>
How is it possible to replace rendering of the standard controls SPSWC? For example, it is necessary to replace rendering of the tag<SPSWC:PageHeader id="PageHeader" runat="server"
TitleLocId="SiteAdminDefault_PageDescription_Text"
SubTitleLocId="SiteAdminDefault_PageDescription_Text"
HelpID="ManagePortalAreas" />
Is it possible to add my own tag like <SPSWC:PageHeader>?
Sharepoint: Resize a Web-part zone
How to resize (to reduce width) a Web-part zone? Changing the size of Web-parts in a zone I can increase the width of a Web-zone. But I need to reduce it. If a Web-part is smaller by width than a zone, a zone is not justified to a Web-part.
Sharepoint: Pull-down menu
How to make a pull-down two-level menu? I.e. I click the link of an upper level and as a result a menu item opens and a submenu appears below.
Sharepoint: Substitution of a template
How is it possible to substitute a template used in creation of a portal home page? I.e. without editing SPS template.
When creating an area it is possible to point a template for an area creation. Is it possible to change a template for an area pointing one of the templates from file "C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\1049\"? It is suggested in settings to change a template of a parent area or to point the template pointing the page (/area name/page.aspx).
Sharepoint: Archive of news
At creation of news there is an opportunity to set a date closed of the publication after which news gets in archive. How then to see archive of news?
Re: Sharepoint: Archive of news
please avoid cross posting... I have merged all your threads... and here is the link that might be of interest to you...
click here
Sharepoint: Size of the text field for search by site
How to reduce the size of the element <input name type="text" class="ms-sbkeyword ms-descriptiontext"> that is used for key words input for search by site on the portal home page? This element is taken from tag <SPSWC:RightBodySectionSearchBox id="RightBodySectionSearchBoxID" runat="server" SearchResultPageURL="SEARCH_HOME" FrameType="None" CacheTimeout="1000" EnableCache="true" /> in the template default.aspx. After template customization instead of the tag an element <input> with the width of 170px. appears. I need to reduce the size, styles ms-sbkeyword ms-descriptiontext do not influence the width.