Humble newbie question: static layout

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mainecoon
Posts: 11
Joined: Fri 28. Oct 2005, 11:26
Location: Helsinki, Finland

Humble newbie question: static layout

Post by mainecoon »

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!
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

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
Post Reply