17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 904 Views |
-
same page type but diffrent appearance

16 April 2008 at 9:07pm
Hi I'm doing my first steps in silverstripe.
First I did some changes in the css-layout.
Then I created some new pages, although I alway took the same page type
the appearance of the pages is different.
The first Mainnode of my Nav, and its child - Docs appear in the right way.
all other pages, even if I duplicate the frist Mainnode look diffrent. the content-Layers
position is wrong.any ideas?
thanks in advance.. hope you understand my engllisch ;)
-
Re: same page type but diffrent appearance

16 April 2008 at 9:19pm
Appearance is wrong if the Mainnode has no childs... dont' know why,
that' my page.ss without head...:
<body>
<div id="BgContainer">
<div id="Container">
<div id="Header">
</div>
<div id="infobox">
<ul>
<% include Navigation %>
</ul>
</div>
<div id="Layout">
$Layout
<div id="Footer">
<% include Footer %>
</div>
</div>
</div>
</div>
</body>
</html> -
Re: same page type but diffrent appearance

16 April 2008 at 9:51pm
found the problem,...
template/layout/page.csshad an if for
if there is a second level dont' take the content layer...
so it wrote the content without any special layer
| 904 Views | ||
|
Page:
1
|
Go to Top |

