Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

23 Converting tables to HTML > 23.6 Using macros to control table properties > 23.6.1 Adding space before tables


23.6.1 Adding space before tables

To add space before all tables:

[TableBeforeMacros]

*=<br>

To add space before a specific table, use its TableID (see §23.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]

Format A=<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.



23 Converting tables to HTML > 23.6 Using macros to control table properties > 23.6.1 Adding space before tables