Uploading/Downloading a Theme: Difference between revisions


No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
To make a custom website builder theme, all you need to know is HTML and CSS. There is no new templating language to learn!
To make a custom website builder theme, all you need to know is HTML and CSS. There is no new templating language to learn!


[[Image:Uploaddownload.PNG]]
[[Image:Uploaddownload.PNG]]


 
==Uploading a Theme==
====Uploading a Theme:====


Simply click the "Browse..." button to search for the theme file to upload, then click "Upload".
Simply click the "Browse..." button to search for the theme file to upload, then click "Upload".
Line 12: Line 10:
You can easily turn any existing html page or template into a website builder theme, simply by following the [[Required File Structure]] for your html, css, js, and image files, and making sure the [[required HTML Elements]] are all in your html document.
You can easily turn any existing html page or template into a website builder theme, simply by following the [[Required File Structure]] for your html, css, js, and image files, and making sure the [[required HTML Elements]] are all in your html document.


 
==Downloading a Theme==
====Downloading a Theme:====


There are two options for downloading a theme:
There are two options for downloading a theme:
Line 20: Line 17:


* Alternately, you can download a copy of your currently installed theme on this page, allowing you to edit it on your computer. This will include all the themes assets (images, css, html, etc.).
* Alternately, you can download a copy of your currently installed theme on this page, allowing you to edit it on your computer. This will include all the themes assets (images, css, html, etc.).


Please refer to the [[Creating website builder Themes]] section for help in creating or customizing your theme.
Please refer to the [[Creating website builder Themes]] section for help in creating or customizing your theme.

Revision as of 15:18, 16 November 2010

To make a custom website builder theme, all you need to know is HTML and CSS. There is no new templating language to learn!

Uploaddownload.PNG

Uploading a Theme

Simply click the "Browse..." button to search for the theme file to upload, then click "Upload".

You can easily turn any existing html page or template into a website builder theme, simply by following the Required File Structure for your html, css, js, and image files, and making sure the required HTML Elements are all in your html document.

Downloading a Theme

There are two options for downloading a theme:

  • Blank Theme - The blank theme is intended to be used as a starting point. It comes with a basic html file with comments, a sample directory structure, and some documentation to help get you going.
  • Alternately, you can download a copy of your currently installed theme on this page, allowing you to edit it on your computer. This will include all the themes assets (images, css, html, etc.).

Please refer to the Creating website builder Themes section for help in creating or customizing your theme.