|
IS it is possible to change the default page layouts that can with MOSS. If so where are they stored to change?
Started by Rupert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This article by Heather Solomon (a SharePoint MVP) will give you some useful hints on how to create "layouts" or, to be more precise, master pages and how to deploy them.
To modify the layout/CSS.
|
|
I have a feature that deploys a few site columns, a content type (inheriting from Page Publishing Content Type) and a page layout based on my content type.
Everything is fine on two tests, performed on different servers, but on the third server, although...
Started by Tudor Olariu on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Did you have a look at the "Page layouts and site templates" page under Site Settings? On this page you can enable an option that....
This is just an educated guess but check to see if the Page Layout is waiting to be checked-in or approved.
|
|
In CSS layouts what is the means of word "Faux column"?
Started by jitendra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Using a vertically-tiled.
Height of the viewport without resorting to a table-based layout.
|
Ask your Facebook Friends
|
Is flexible layouts hard to make and maintain, time consuming than fixed width layout?
Is flexible layout means only to give width height and font in em or % ?
What is main benefit of flexible layout to the desktop and mobile users?
And if we make flexible...
Started by jitendra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The benefit of flexible layouts is that ....
You can also use JS to scale the text a.s.o .
Setting width in % is one possibility to create flexible layouts.
Flexible layouts are more difficult to develop than fixed with layouts.
|
|
Does anybody know a place with a bunch of Ruby On Rails Layouts/CSS combinations? I am starting new applications and would like to give them different look, but I am not a designer, so I would love to use someone's else free layouts/css for starters.
Started by dimus on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I use something you like and fits the....
Blueprint CSS is an excellent grid-based CSS/layout starter kit.
Blog.seesaw.it/
There's nothing special about CSS for Ruby on Rails and layouts tend to be so application template markup language.
|
|
Now that most of the major browsers support full page zoom (at present, the only notable exception being Google Chrome), are liquid or elastic layouts no longer needed? Is the relative pain of building liquid/elastic layouts worth the effort? Are there...
Started by Charles Roper on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
If anything, liquid layout is becoming even more necessary as we scale up that full page zooming works best when the ....
I think liquid layouts are still needed, even though browsers have this full page zoom feature will need to fit into.
|
|
I have moss 2007 .
i cant find any _layouts directory
where is it ?
do i have to create it or do some configuration ?
i need it because i have to add a javascript file .js file to it according to this
link http://weblogs.asp.net/wesleybakker/archive/2...
Started by silverkid on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
THe _layouts folder is the LAYOUTS folder in the C:\Program Files.
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Layouts
The underscore) is generally not a good idea.
|
|
Is it possible to run STSADM from an ASP.NET application that is residing in the _layouts folder?
I have copied this code on this page .
When it runs the return message is Access Denied .
Started by hobbyman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You'll also need....
Or if you're impersonating accounts, then to the impersonated user(s) in question .
Likely you need to give access to the ASP.NET application pool account for the SharePoint app in question to execute stsadm if that's what you're trying .
|
|
What are the best practices for making CSS layouts with fewer selectors and fewer DIVs?
Fewer selectors means less HTML and CSS, which is easier to manage.
How can we avoid using too many class/other selectors?
Started by jitendra on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
What are the best practices for making CSS layouts with fewer selectors and fewer DIVs.
Of repetetive coding.
|
|
||