Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

24 Converting tables to HTML > 24.6 Using macros to control table properties > 24.6.2 Adding space before tables


24.6.2 Adding space before tables

To add space before all tables:

[TableBeforeMacros]

*=<br>

To add space before a specific table, use its TableID (see §24.2.1 Determining the TableID); for example:

[TableBeforeMacros]

ae1001207=<br>

To add space based on the table format, specify the format name (which is shown in the Table Designer):

[TableBeforeMacros]

FormatA=<br>

Mif2Go checks section [TableBeforeMacros] and uses the first rule that applies to the current table. This allows you to make exceptions. For example:

[TableBeforeMacros]

ae123456=<br><br>

InLine=

*=<br>

These settings would result in the following:

double spacing before the table with TableID ae123456

no spacing before any table with format InLine

single spacing before all other tables.

See §24.6.1 Invoking macros around tables.



24 Converting tables to HTML > 24.6 Using macros to control table properties > 24.6.2 Adding space before tables