Layout pages doesn't inherit master page in SharePoint 2007 - sharepoint-2007

I have a site in a site collection.
I have modified the master page of my sub-site to have a fixed width of 960px. This is working fine for all the pages, lists, libraries except for in-built layout pages, for example, on click of 'All Site Content', the page is occupying the full size width instead of 960px.
How can i fix this issue..

The content displayed in View ALl site content is using Table , TH,Tr, TD structure to display data and it has width set as 100% by defualt.
So if you want to provide the fixed width of 960px then you have to change that setting using Sharepoint designer.
Correct me If I am wrong in this.
One More thing if you have your own custom master page then you have to apply it to the application pages also.
Goto Siteaction > Site Settings > Under Site Master Page Settings click Master Pages
If you have your custom master page then apply it in "System Master Page" section
Thanks

Related

How to make a full with custom page in prestashop 1.6

I have created a custom page. But i dont want left and right sidebar in my page but these sidebar are coming.
Please check link : http://darlingdazzles.com/darlingdazzles/en/product-registration
How we can make a full width page without sidebar.
Thanks
You can configure full width page or remove one or both sidebar in:
Preferences/Themes and in current Theme you can click in Advanced Settings and choose per page where you want or don´t want sidebars.

Left side is a treeview menu and right side need to be the content

I'm developing a ASP.NET MVC5 razor project and I have a cshtml divided into two parts, left part has a div with a treeview with options like a menu and the right part is a div that I would like to load cshtml that correspond to the option selected in treeview, ¿how can I do to achieve this?
Thanks
I am making the assumption that this is a simple navigation that is consistent amongst all pages, for which you can put the common navigation in the _Layout.cshtml. This file contains all the common , , tags used for each page. If you put your navigation in here then it will also be displayed on each page.
The navigation options can then link to your normal actions which display the corresponding views within the layout page.
In this tutorial the author discusses adding a simple navigation (in the section "Using a Layout for common site elements") in the _Layout with the difference that the navigation is at the top and not at the side. You can use css to style the page differently.

Master Page Customize Apperance

Does anyone know if it is possible to change the zoom on a ASP.NET master page? I have a gridview on a separate page that doesn't fit in the content area and figured that if the master page was zoomed out, the page would fit.

Unable to edit content using admin part

I have to support a website developed in umbraco. I am totally new to this and this is am working on this for the very first time. My requirement is very straight-I need to edit the content of a webpage. When I too the page it opened with two tabs - Main Content and Properties. In the main content tab I can edit the Title, Banner image, Content header etc, but not the content of the page. It doesn't give any rich textbox to edit the content. I have uploaded the view of one of the page.
I need urgently need to edit the content.Please help with this.
The screenshot implies that the content should be under the "Content" headline in the right screen, but depending on how the documenttype for the frontpage i created, the content could be made up by sub nodes. try folding out the tree to see.
If it dos-nt make sence you can see what documentype a node is made on and what template it uses to display it by clicking the Properties tab. Then go to the Settings Tab in the bottom and see what that documenttype contains and how its displayed in the template

how to position partial view in asp.net mvc through java script?

i am using partial view for my project but my problem is that my links are on right side of masterpage and when i clicked on particular link the view should displayed on left side on contentplace holder of master page. but right now its showing exactly below so my whole disgne is distrubed.
how to position partial view in asp.net mvc through java script?
so please if anyone know the solution tell me.
thanks
Do you basically mean your HTML is not set to allow the Content on the left, and the Menu on the right?
Maybe you would benefit from a CSS Layout Template? Put the Content placeholder in large column, and the menu PartialView in the side bar.
It might be a problem with your page CSS. Look at your styles for "Float" 's. If you want your content to be to the left of your page, surround your contentPlaceHolder with a div tag and add a "float:left" style to it.
If that doesn't work it might be your view is wider than your master page design is set up for. So it will pop below every other page element to fit on your page!
This is not realy asp.net mvc specific but html. You will have a better chance to solve your problem if you tag your question as html and css.
You can just save the source (I mean the rendered source from within the browser) of the page that doesnt display properly with the extension html in the root of your web. Then start playing with the html.
Request the page by calling http://yourserver/yourpagetodebug.html.

Resources