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


23.6.2 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 in the HTML output file whose FileID is ac

single spacing after all other tables.



23 Converting tables to HTML > 23.6 Using macros to control table properties > 23.6.2 Adjusting space after tables