I would like to keep the web site size static with my (any?) browser.
1. Could someone tell how to tell page height?
(simple... please)
2. Is there a working solution for paginating articles / text?
thank you!
Humble newbie question: static layout
Hi mainecoon,
welcome to phpwcms, I hope you'll enjoy it and that this magnificent CMS will meet your expectations (It did for mine)
The forum will be of a great help also, pple are responding fast and are very kind, except for Pappnase and Frold, the moderators (joke: they really rock).
Well as for your questions:
1. Use CSS with absolute values:
(in the frontend.css file, located in phpwcms_template/inc_css/frontend.css)
#container {
position: absolute;
width: 760px;
\width: 780px;
w\idth: 760px;
min-height: 500px;
border: 1px solid gray;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
And choose css template in ur page layout.
2. As for pagination, there is a hack don't remember where but it does it, try a search in the forum with fro example: pagination
I found this in a split second: http://phpwcms.pixelpeter.de/index.php?paginatorexample
Good luck
Cheers
welcome to phpwcms, I hope you'll enjoy it and that this magnificent CMS will meet your expectations (It did for mine)
The forum will be of a great help also, pple are responding fast and are very kind, except for Pappnase and Frold, the moderators (joke: they really rock).
Well as for your questions:
1. Use CSS with absolute values:
(in the frontend.css file, located in phpwcms_template/inc_css/frontend.css)
#container {
position: absolute;
width: 760px;
\width: 780px;
w\idth: 760px;
min-height: 500px;
border: 1px solid gray;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
And choose css template in ur page layout.
2. As for pagination, there is a hack don't remember where but it does it, try a search in the forum with fro example: pagination
I found this in a split second: http://phpwcms.pixelpeter.de/index.php?paginatorexample
Good luck
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement