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.3 Adjusting space after tables


24.6.3 Adjusting space after tables

You can use this setting to add space after all tables:

[TableAfterMacros]

*=<br>

Or, you can use more specific wildcards or full TableIDs to adjust space in individual cases. Mif2Go uses the first entry in the section that matches, so put the exceptions before the general case:

[TableAfterMacros]

af123456=

ac*=<br><br>

*=<br>

These settings result in the following:

no spacing after table af123456

double spacing after all tables with FileID ac

single spacing after 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.3 Adjusting space after tables