This is a placeholder page for how to use wizzy themes.

 

Using wizzy themes is pretty simple - and will get simpler as time goes on :)

Install the Wizzy Themes.html file in your configuration/commands/ directory

Create a directory under configuration called

SiteThemes

(use the right case!!)

come to my site and download some themes into this directory.

Themes consists of a folder (or directory) which contains images and an html file beginning with th_XXX.html

so for instance if you installed the cool theme you would have a directory that looked like this

 

configuration

commands

SiteThemes

cool

th_cool.html

foo.gif

bar.gif

...

...

Now go to a web page in DW and apply the class attribute to all images you want to be effected by this site theme.

(I have a command called tag properties which can do this easily - otherwise you may have to edit the raw html)

In the future I will automate this process for you.

each image has a specific function - specified by it's class. These classnames are special reserved words that you have to use in order for the theme to understand that you want this image effected by the theme. Look at example.html for an example of how this is done.

Here are all the reserved class names

banner1
banner2

bulletlarge
bulletmedium
bulletsmall

horizontalrule
verticalrule

background

hot
new
old
help
info
about
links
email
guestbook

next
previous


login
logout

--------reserved but not yet used ---

button1
button2
table1
nav
footer
header
toc

 

Now - after you have added the class attributes to the images you want effected - run the Wizzy Themes command. Pick the theme (th_XXXXX.html) from within the configuration/SiteThemes/whatevertheme/ directory (where whatevertheme is a special name) and hit "apply theme". And You're done!!

 

This is just a pre-alpha version of site themes and it can only appy a theme to a single page at a time and you have to manually copy the gifs from the theme directory to the site itself. In future versions I will do all that for you!!