Section Parameters

A section is the smallest part that can be linked to a URL. Each section has to contain at least one image or one text item, but it can also have a background and a border.

The parameters are ordered with numbers to associate them with a special section. For example, section 4 should have parameters like this:

<param name="S-4-TextSize" value="20">

It is also possible to set the default values for one parameter by replacing the number with a "d" like this:

<param name="S-d-TextSize" value="16">
<param name="S-4-TextSize" value="20">

Then all sections would be size 16, except for section 4 which has its own size.

If you use a "u" instead of a "d" the default value will only affect sections that are linked with the S-n-URL parameter:

<param name="S-d-TextSize" value="16">
<param name="S-u-TextSize" value="18">
<param name="S-4-TextSize" value="20">

Then all sections would be size 16, except for those that are linked; they will be size 18. Section 4 will of course be size 20.


© 1997-2000 Entanke.
Visit us at http://www.entanke.se/ for more information.