Creating Website Builder Themes: Difference between revisions
No edit summary |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Website builder themes are simply written in normal, standards based html and css, with certain html elements defined as [[content locations]] where [[Dynamically Generated HTML | dynamic content]] is automatically inserted. | |||
You can easily turn any existing template into a | You can easily turn any existing template into a website builder theme by following the guidelines in the [[Making your own Theme]] article which contains the essentials you will need to know to get started. In addition, there are a number of optional [[Components]] which can be styled to your taste, such as [[Blog | Blogs]], [[Friends | Friends]], [[Image gallery | Image Galleries]], and more! | ||
Once you've created a theme, you simply zip it and upload it to your | Once you've created a theme, you simply zip it and upload it to your website builder site using the [[Edit Theme Source Code]] link in the Manage dropdown on the website builder [[Toolbar]]. You can learn more about this in [[Installing Your Theme]]. | ||
==The Basics== | |||
* [[Making your own Theme]] | |||
* [[Making your own Theme using Multiple Layouts]] | |||
* [[Making your own Theme]] | * [[Editing Theme Source Code]] | ||
* [[Making your own Theme using Multiple Layouts]] | * [[Installing Your Theme]] | ||
* [[Editing Theme Source Code]] | * [[Uploading/Downloading a Theme]] | ||
* [[Installing Your Theme]] | |||
* [[Uploading/Downloading a Theme]] | |||
* [[Sample Theme]] | * [[Sample Theme]] | ||
==Theme Elements== | |||
* [[Required HTML Elements]] | * [[Required HTML Elements]] | ||
* [[Required File Structure]] | * [[Required File Structure]] | ||
* [[Content Locations]] | * [[Content Locations]] | ||
* [[Site Heading]] | * [[Site Heading]] | ||
* [[Site Sub-Heading]] | * [[Site Sub-Heading]] | ||
* [[Primary Navigation]] | * [[Primary Navigation]] | ||
* [[Copyright]] | * [[Copyright]] | ||
* [[Dynamically Generated HTML]] | * [[Dynamically Generated HTML]] | ||
==Tips & Tricks== | |||
* [[Theme Tips and Tricks]] | |||
* [[Theme Tips and Tricks]] | |||
* [[Examples of Useful CSS Classes]] | * [[Examples of Useful CSS Classes]] |
Latest revision as of 14:26, 16 November 2010
Website builder themes are simply written in normal, standards based html and css, with certain html elements defined as content locations where dynamic content is automatically inserted.
You can easily turn any existing template into a website builder theme by following the guidelines in the Making your own Theme article which contains the essentials you will need to know to get started. In addition, there are a number of optional Components which can be styled to your taste, such as Blogs, Friends, Image Galleries, and more!
Once you've created a theme, you simply zip it and upload it to your website builder site using the Edit Theme Source Code link in the Manage dropdown on the website builder Toolbar. You can learn more about this in Installing Your Theme.
The Basics
- Making your own Theme
- Making your own Theme using Multiple Layouts
- Editing Theme Source Code
- Installing Your Theme
- Uploading/Downloading a Theme
- Sample Theme
Theme Elements
- Required HTML Elements
- Required File Structure
- Content Locations
- Site Heading
- Site Sub-Heading
- Primary Navigation
- Copyright
- Dynamically Generated HTML