When I create a view different from index action (for example the action video/add开发者_开发百科) the page is without css and layout. For index action is everything ok. Any helps?
I'd check the tag on your page. Sounds like your css paths are incorrect.
Do you use pretty urls? Then it's better to use absolute url's. That way the path is allways correct.
精彩评论