iWebMore usage
Installing iWebMore
Just download the dmg file from the download page, open it and drag the iWebMore application to the Applications folder.Using iWebMore with iWeb publish to folder method
After adding the HTML content (described later on) and publishing the site to a folder (File -> Publish to a folder... menu) start iWebMore. Select the folder where you published the site to with the Select Publish Folder... button and if you use templates (also described later on) select the templates folder with the Select Template Folder... button. Now press the Generate... button and that’s it, the site in the published folder is now modified.
For information purposes the files scanned are displayed in the table with the number of modifications listed (if an unrecoverable error occurs the value -1 is given). Next to the Generate... button is a text window where logging occurs.
Using iWebMore with iWeb publish to .mac method
For this to work make sure iDisk is be enabled (.mac system preferences). In the finder you should see something like:Publish the site using File -> Publish to .Mac menu, sync the iDisk by pressing the
Adding HTML to your site
To add HTML to a page insert a
Now click on the box to enter text HTML text enclosed in <@: and :@> marks.

Using templates
First make a templates folder where to store all your templates, for example in Documents/Templates. With your favorite text editor create the template as a plain text file in this folder. Give this file a useful name like adsense.txt. In this file you can add any html you want just remember it will be included in a section on your iWeb site with the size and position of the <div> fixed by the size and position of the rounded box.
The template can have variables in it, these are strings that will be substituted by values given in the rounded box on the web page in iWeb. The variables are written as @@1@@, @@2@@, ... where the number indicates the parameter index (first parameter, second, ...).
In iWeb add in the rounded box something like (no white spaces allowed except in the parameters):
<@[templatename]@>
in case you don’t use parameters or:
<@[templatename]|[param1]|[param2]|...|[paramn]@>
For example:
<@[google.txt]|[468x60_as]|[468]|[60]@>
For a template google.txt with contents:

Here is google.txt the name of the template file in the templates directory, 460x60_as will replace all occurrences of @@1@@ in google.txt, 468 replaces @@2@@ and 60 replaces @@3@@. You can have as many parameters as you want.
Note that the character separating the ] and [ is the pipe symbol (|), on american english keyboards it’s shift ‘\’.
In iWeb it should look something like:

Resulting in the following google adsense ad on your webpage:
The template can have variables in it, these are strings that will be substituted by values given in the rounded box on the web page in iWeb. The variables are written as @@1@@, @@2@@, ... where the number indicates the parameter index (first parameter, second, ...).
In iWeb add in the rounded box something like (no white spaces allowed except in the parameters):
<@[templatename]@>
in case you don’t use parameters or:
<@[templatename]|[param1]|[param2]|...|[paramn]@>
For example:
<@[google.txt]|[468x60_as]|[468]|[60]@>
For a template google.txt with contents:

Here is google.txt the name of the template file in the templates directory, 460x60_as will replace all occurrences of @@1@@ in google.txt, 468 replaces @@2@@ and 60 replaces @@3@@. You can have as many parameters as you want.
Note that the character separating the ] and [ is the pipe symbol (|), on american english keyboards it’s shift ‘\’.
In iWeb it should look something like:

Resulting in the following google adsense ad on your webpage: