Sometimes, either due to making lots of changes to an HTML template or due to using ‘messy data’ when originally creating the template, you can find that you end up with lots of unnecessary coding in your document. As a result of this it will be hard to work with your document, or to make further changes – it is likely they may not have any effect due to all of the additional code that is present.
The example of the HTML view shown in the previous section on page breaks is a perfect amount of code for a one page document. If you go into the HTML view in a document and find you have lots more than that, it’s likely that you need to strip out some of what is there.
The easiest way to do this is to follow the steps below:
 




Â
Â
When deleting HTML page breaks you don’t just need to delete the ‘------ Page Break ------‘ within the design view you also need to remove the HTML code that makes these page breaks work.

When in the HTML view of the Expert Agent template editor a page break will display as:
<div style="page-break-before: always;">------ Page Break ------</div>
Â
Because you may not want to delete all the page breaks within a template we recommend that you mark the page breaks you would like to remove, from within the design view, to read as ‘------ Page Break ------##’. This will then allow you to see which page breaks are the ones you want to remove, now in the HTML view on the Expert Agent template editor the page breaks will display as:
<div style="page-break-before: always;">------ Page Break ------##</div>
To then remove a page break from the template you will need to remove all of this HTML code.
If you have a template that has page breaks appearing without the ‘------ Page Break ------‘ text displaying in the design view you will need to remove the following HTML code from the HTML view:
<div style="page-break-before: always;">
And:
</div>
Â
To make a copy of the code for your template before starting to edit it, you will need to open the template and go into the HTML view:

Highlight all of the text and copy it (Ctrl + C on your keyboard, or right click – Copy).Â
Open Notepad from your start menu and click ‘Paste’:

If you were to make a mistake and need to revert to this original code you’d just copy and paste the code from the Notepad back into the HTML editor.
Â
Â
Â
Â
Â
When you first start using Expert Agent, ideally you would create your opening bank balance by Posting Opening Balances on your individual landlords and tenancy records so that you are able to start with correct balances on your records. These individual balances will then show in your bank on Expert Agent which should total up to mean that in theory your total balance on Expert Agent will match that of your bank balance.
It may be the case though that part of your bank balance is made up of funds that you are unable to assign to a client. In this scenario you would need to post a Journal Transfer. The journal transfer function is found in the Accounts sub menu of the Finance drop down.Â
You would select "client account" as your debit nominal and "opening balance control" as your credit nominal. Don't forget to choose an appropriate date for the transaction.
