Email Password  
Sign up (it's free) Forgot password?  

FAQ for website owners

How are websites built?

Everything is done via the browser. You have full control over the HTML that gets published, even the navigation.

Each page template can have up to ten zones. To put a zone into a page template:

... your HTML ...
{cms type=zone id=1 scope=page}
... more of your HTML ...


Each zone allows the user to add multiple sections. There are three flexible built-in section templates, or you can write your own HTML. E.g. to put an editable bit of text in a template write:

... your HTML ...
{cms type=richtext id=my_text scope=folder}
... more of your HTML ...