2015-08-21, 01:11:11
(2015-08-21, 00:31:12)n00dles101 Wrote: wasn't this answered for you on another forum for another CMS?
It will be the same way of initializing using GetSimple.
Unfortunately....that doesn't actually work, as I need it to initialize via JS, not via the HTML way, also it needs to be the FULL page, not just the page's contents..... and the client I'm trying to make this for, requested a different CMS... (This one they like better.)
When the HTML way is used it becomes impossible to use the scrolling features for things, such as links.
Ex. of Page Setup...
Code:
<body>
<div class="wrapper">
<div class="content">
Place all the content here, which makes the page scrollable.......this includes...
Header
Content
Footer
</div>
</div
</body>
Is there any way of doing this?