Template Variables: Difference between revisions
Jump to navigation
Jump to search
| Line 1,894: | Line 1,894: | ||
We recommend inserting the template variable as usual, then clicking the </> Code view button in the editor's toolbar. Then in the code view, locate the template variable and move it outside any surrounding <nowiki><p></nowiki> tags. | We recommend inserting the template variable as usual, then clicking the </> Code view button in the editor's toolbar. Then in the code view, locate the template variable and move it outside any surrounding <nowiki><p></nowiki> tags. | ||
For example, if you have this in the editor: | |||
<code>[INVOICETABLE]</code> | |||
You can click the <code></></code> button to see this: | |||
<code><p>[INVOICETABLE]</p></code> | |||
You can fix the formatting issues by changing it to this: | |||
<code><p></p>[INVOICETABLE]</code> | |||