MyXoopsExtensions are easy to use. Just open Dreamweaver, Go to File
> New as you usually would to create a new page, and see that under
the "Basic Page" types you now have a "XOOPS Theme" option.
Highlight it as shown in the image below. Click 'Create'.

You will notice there is no active syntax highlighting on your new document.
That's because Dreamweaver doesn't know that you want this to be a .html page...
yet.

Click File > Save As, choose the location you would like
to save your new XOOPS theme, and type theme.html into the
dialogue box. Click Save.

You will now have normal HTML page syntax highlighting, as shown below.

Now you can start designing your new XOOPS theme. You could start by clicking
'Insert Table' from the Common Objects menu, and if you wanted to go with a
standard 3-column layout, choose 1 row and 3 columns, as shown below. Be sure
to insert your tables or other HTML content between the <body> tags.

Now you have a blank XOOPS theme with a 3-column table in it. You can view
your page in code view or design view now, and now you can click over to your
XOOPS Objects menu.

Place your cursor within the left table cell and click the
to insert your left blocks.
Move your cursor to the center table cell and click the
to insert your center center blocks, and the
to insert your main content.
Proceed to the right table cell and click
to insert your right blocks. Click File > Save.
You just made a very basic XOOPS theme!
